Skip to content

Commit

Permalink
modify docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
xiliu8006 committed Aug 9, 2021
1 parent b7407f4 commit 27fb310
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mmdet3d/ops/roipoint_pool3d/roipoint_pool3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ class RoIPointPool3d(nn.Module):
def __init__(self, num_sampled_points=512):
super().__init__()
"""
Args:
num_sampled_points (int): Number of samples in each roi
extra_width (float): Extra width to enlarge the box
"""
self.num_sampled_points = num_sampled_points

Expand Down

0 comments on commit 27fb310

Please sign in to comment.