3dtest / mmdet3d /testing /__init__.py
giantmonkeyTC
mm2
c2ca15f
# Copyright (c) OpenMMLab. All rights reserved.
from .data_utils import (create_data_info_after_loading,
create_dummy_data_info,
create_mono3d_data_info_after_loading)
from .model_utils import (create_detector_inputs, get_detector_cfg,
get_model_cfg, setup_seed)
__all__ = [
'create_dummy_data_info', 'create_data_info_after_loading',
'create_mono3d_data_info_after_loading', 'create_detector_inputs',
'get_detector_cfg', 'get_model_cfg', 'setup_seed'
]