mirror of
https://github.com/alibaba/EasyCV.git
synced 2025-06-03 14:49:00 +08:00
6 lines
210 B
Python
6 lines
210 B
Python
# Copyright (c) Alibaba, Inc. and its affiliates.
|
|
from .image_list import SSLSourceImageList
|
|
from .imagenet_feature import SSLSourceImageNetFeature
|
|
|
|
__all__ = ['SSLSourceImageList', 'SSLSourceImageNetFeature']
|