Skip to content
Snippets Groups Projects
Unverified Commit 1ed2b5ab authored by Yezhen Cong's avatar Yezhen Cong Committed by GitHub
Browse files

[Fix] Fix config of ImVoteNet (#828)

* Fix config

* Fix another place
parent a876a472
No related branches found
No related tags found
No related merge requests found
......@@ -75,8 +75,8 @@ model = dict(
nms_across_levels=False,
nms_pre=2000,
nms_post=1000,
max_num=1000,
nms_thr=0.7,
max_per_img=1000,
nms=dict(type='nms', iou_threshold=0.7),
min_bbox_size=0),
img_rcnn=dict(
assigner=dict(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment