EasyCV/easycv/datasets/selfsup/data_sources/__init__.py

6 lines
210 B
Python
Raw Normal View History

2022-04-02 20:01:06 +08:00
# Copyright (c) Alibaba, Inc. and its affiliates.
from .image_list import SSLSourceImageList
from .imagenet_feature import SSLSourceImageNetFeature
__all__ = ['SSLSourceImageList', 'SSLSourceImageNetFeature']