File size: 745 Bytes
b84549f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
from .mnist import MNIST
from .usps import USPS
from .svhn import SVHN
from .emnist import EMNIST
from .cifar10 import CIFAR10
from .stl10 import STL10
from .imagenet import ImageNet
from .imagenet_a import ImageNetA
from .caltech256 import Caltech256
from .domainnet_real import DomainNetReal
from .synsigns import SYNSIGNS
from .gtsrb import GTSRB
from .cifar10_single import CIFAR10Single
from .stl10_single import STL10Single
from .mnist_single import MNISTSingle
from .usps_single import USPSSingle
from .svhn_single import SVHNSingle
from .baidu_person_cls import BaiduPersonCls
from .cityscapes_cls import CityscapesCls
from .gta5_cls import GTA5Cls
from .supervisely_person_cls import SuperviselyPersonCls
from .coco_cls import COCOCls |