bev-project/mmdet3d/ops/roiaware_pool3d/__init__.py

5 lines
238 B
Python
Raw Permalink Normal View History

2022-06-03 12:21:18 +08:00
from .points_in_boxes import points_in_boxes_batch, points_in_boxes_cpu, points_in_boxes_gpu
from .roiaware_pool3d import RoIAwarePool3d
__all__ = ["RoIAwarePool3d", "points_in_boxes_gpu", "points_in_boxes_cpu", "points_in_boxes_batch"]