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

5 lines
213 B
Python

# Copyright (c) Alibaba, Inc. and its affiliates.
from . import data_sources # pylint: disable=unused-import
from . import pipelines # pylint: disable=unused-import
from .nuscenes_dataset import NuScenesDataset