KyanChen's picture
Upload 787 files
3e06e1c
raw
history blame
178 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .det_data_sample import DetDataSample, OptSampleList, SampleList
__all__ = ['DetDataSample', 'SampleList', 'OptSampleList']