Commit 53fb27a1 authored by Shaoshuai Shi's avatar Shaoshuai Shi
Browse files

config bugfixed in cbgs.yaml and cbgs_1conv.yaml

parent 1bc21f70
...@@ -66,7 +66,7 @@ MODEL: ...@@ -66,7 +66,7 @@ MODEL:
'anchor_bottom_heights': [-0.225], 'anchor_bottom_heights': [-0.225],
'align_center': False, 'align_center': False,
'feature_map_stride': 8, 'feature_map_stride': 8,
'matched_threshold': 0.55, 'matched_threshold': 0.5,
'unmatched_threshold': 0.35 'unmatched_threshold': 0.35
}, },
{ {
......
...@@ -66,7 +66,7 @@ MODEL: ...@@ -66,7 +66,7 @@ MODEL:
'anchor_bottom_heights': [-0.225], 'anchor_bottom_heights': [-0.225],
'align_center': False, 'align_center': False,
'feature_map_stride': 8, 'feature_map_stride': 8,
'matched_threshold': 0.5 'matched_threshold': 0.5,
'unmatched_threshold': 0.35 'unmatched_threshold': 0.35
}, },
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment