Skip to content

Commit

Permalink
[Fix] Fix config of ImVoteNet (#828)
Browse files Browse the repository at this point in the history
* Fix config

* Fix another place
  • Loading branch information
yezhen17 authored Aug 4, 2021
1 parent a876a47 commit 1ed2b5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/_base_/models/imvotenet_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
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(
Expand Down

0 comments on commit 1ed2b5a

Please sign in to comment.