mmpretrain/mmcls/structures/__init__.py

5 lines
120 B
Python

# Copyright (c) OpenMMLab. All rights reserved.
from .cls_data_sample import ClsDataSample
__all__ = ['ClsDataSample']