__init__.py 138 Bytes
Newer Older
1
2
3
4
# Copyright (c) OpenMMLab. All rights reserved.
from .data_preprocessor import Det3DDataPreprocessor

__all__ = ['Det3DDataPreprocessor']