Commit 2bd99e8f authored by zhangwenwei's avatar zhangwenwei
Browse files

Add more docs

parent 3035516f
...@@ -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
""" """
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment