projects
/
platform
/
upstream
/
caffeonacl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1a64b7
)
set default to the best value
author
Ross Girshick
<rbg@eecs.berkeley.edu>
Fri, 24 Jan 2014 00:56:07 +0000
(16:56 -0800)
committer
Evan Shelhamer
<shelhamer@imaginarynumber.net>
Thu, 20 Mar 2014 02:09:54 +0000
(19:09 -0700)
src/caffe/proto/caffe.proto
patch
|
blob
|
history
diff --git
a/src/caffe/proto/caffe.proto
b/src/caffe/proto/caffe.proto
index
406f5eb
..
5a73a44
100644
(file)
--- 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];