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
2bd99e8f
Commit
2bd99e8f
authored
May 08, 2020
by
zhangwenwei
Browse files
Add more docs
parent
3035516f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
mmdet3d/core/bbox/structures/base_box3d.py
mmdet3d/core/bbox/structures/base_box3d.py
+4
-0
No files found.
mmdet3d/core/bbox/structures/base_box3d.py
View file @
2bd99e8f
...
@@ -186,6 +186,9 @@ class BaseInstance3DBoxes(object):
...
@@ -186,6 +186,9 @@ class BaseInstance3DBoxes(object):
A box is considered empty,
A box is considered empty,
if either of its side is no larger than threshold.
if either of its side is no larger than threshold.
Args:
threshold (float): the threshold of minimal sizes
Returns:
Returns:
Tensor:
Tensor:
a binary vector which represents whether each box is empty
a binary vector which represents whether each box is empty
...
@@ -236,6 +239,7 @@ class BaseInstance3DBoxes(object):
...
@@ -236,6 +239,7 @@ class BaseInstance3DBoxes(object):
Arguments:
Arguments:
boxes_list (list[Boxes])
boxes_list (list[Boxes])
Returns:
Returns:
Boxes: the concatenated Boxes
Boxes: the concatenated Boxes
"""
"""
...
...
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