Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
mmdetection3d
Commits
1ed2b5ab
Unverified
Commit
1ed2b5ab
authored
Aug 04, 2021
by
Yezhen Cong
Committed by
GitHub
Aug 04, 2021
Browse files
[Fix] Fix config of ImVoteNet (#828)
* Fix config * Fix another place
parent
a876a472
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
configs/_base_/models/imvotenet_image.py
configs/_base_/models/imvotenet_image.py
+2
-2
No files found.
configs/_base_/models/imvotenet_image.py
View file @
1ed2b5ab
...
@@ -75,8 +75,8 @@ model = dict(
...
@@ -75,8 +75,8 @@ model = dict(
nms_across_levels
=
False
,
nms_across_levels
=
False
,
nms_pre
=
2000
,
nms_pre
=
2000
,
nms_post
=
1000
,
nms_post
=
1000
,
max_
num
=
1000
,
max_
per_img
=
1000
,
nms
_thr
=
0.7
,
nms
=
dict
(
type
=
'nms'
,
iou_threshold
=
0.7
)
,
min_bbox_size
=
0
),
min_bbox_size
=
0
),
img_rcnn
=
dict
(
img_rcnn
=
dict
(
assigner
=
dict
(
assigner
=
dict
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment