Skip to content

Commit

Permalink
set default to the best value
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgirshick authored and shelhamer committed Mar 20, 2014
1 parent f1a64b7 commit 6f65379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/caffe/proto/caffe.proto
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ message LayerParameter {
// foreground (object) overlap threshold
optional float det_fg_threshold = 54 [default = 0.5];
// background (non-object) overlap threshold
optional float det_bg_threshold = 55 [default = 0.3];
optional float det_bg_threshold = 55 [default = 0.5];
// Fraction of batch that should be foreground objects
optional float det_fg_fraction = 56 [default = 0.25];

Expand Down

0 comments on commit 6f65379

Please sign in to comment.