From 6f653798f03a430bd92078c388b4ce8c07c833d3 Mon Sep 17 00:00:00 2001 From: Ross Girshick Date: Thu, 23 Jan 2014 16:56:07 -0800 Subject: [PATCH] set default to the best value --- src/caffe/proto/caffe.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/caffe/proto/caffe.proto b/src/caffe/proto/caffe.proto index 406f5eb..5a73a44 100644 --- a/src/caffe/proto/caffe.proto +++ b/src/caffe/proto/caffe.proto @@ -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]; -- 2.7.4