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

4 lines
133 B
Python

from .group_points import GroupAll, QueryAndGroup, grouping_operation
__all__ = ["QueryAndGroup", "GroupAll", "grouping_operation"]