bev-project/mmdet3d/models/heads/segm/__init__.py

6 lines
188 B
Python
Raw Permalink Normal View History

2022-06-03 12:21:18 +08:00
from .vanilla import *
from .enhanced import *
from .enhanced_transformer import *
__all__ = ["BEVSegmentationHead", "EnhancedBEVSegmentationHead", "EnhancedTransformerSegmentationHead"]