Spaces:
Runtime error
Runtime error
File size: 178 Bytes
3e06e1c |
1 2 3 4 5 |
# Copyright (c) OpenMMLab. All rights reserved.
from .det_data_sample import DetDataSample, OptSampleList, SampleList
__all__ = ['DetDataSample', 'SampleList', 'OptSampleList']
|