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
0ebd9757
"vscode:/vscode.git/clone" did not exist on "4f834e2cbd1c34df440e6034f727fe6f616458f7"
Unverified
Commit
0ebd9757
authored
Apr 02, 2021
by
filaPro
Committed by
GitHub
Apr 02, 2021
Browse files
[Fix] box3d_multiclass_nms docstring (#398)
parent
7c300725
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mmdet3d/core/post_processing/box3d_nms.py
mmdet3d/core/post_processing/box3d_nms.py
+2
-2
No files found.
mmdet3d/core/post_processing/box3d_nms.py
View file @
0ebd9757
...
...
@@ -18,9 +18,9 @@ def box3d_multiclass_nms(mlvl_bboxes,
mlvl_bboxes (torch.Tensor): Multi-level boxes with shape (N, M).
M is the dimensions of boxes.
mlvl_bboxes_for_nms (torch.Tensor): Multi-level boxes with shape
(N,
4
). N is the number of boxes.
(N,
5) ([x1, y1, x2, y2, ry]
). N is the number of boxes.
mlvl_scores (torch.Tensor): Multi-level boxes with shape
(N, ). N is the number of boxes.
(N,
C + 1
). N is the number of boxes.
C is the number of classes.
score_thr (float): Score thredhold to filter boxes with low
confidence.
max_num (int): Maximum number of boxes will be kept.
...
...
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