Cathy0908 54e9571423
add BEVFormer (#203)
* add BEVFormer and benchmark
2022-10-24 17:20:12 +08:00

5 lines
130 B
Python

from .base import Det3dSourceBase
from .nuscenes import Det3dSourceNuScenes
__all__ = ['Det3dSourceBase', 'Det3dSourceNuScenes']