MMDet / mmdetection /mmdet /structures /__init__.py
Saurabh1105's picture
MMdet Model for Image Segmentation
6c9ac8f
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']