set default to the best value
authorRoss Girshick <rbg@eecs.berkeley.edu>
Fri, 24 Jan 2014 00:56:07 +0000 (16:56 -0800)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Thu, 20 Mar 2014 02:09:54 +0000 (19:09 -0700)
src/caffe/proto/caffe.proto

index 406f5eb..5a73a44 100644 (file)
@@ -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];