samewind / mmdet /structures /__init__.py
scfive
Resolve README.md conflict and continue rebase
e8f2571
raw
history blame contribute delete
178 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .det_data_sample import DetDataSample, OptSampleList, SampleList
__all__ = ['DetDataSample', 'SampleList', 'OptSampleList']