You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # -*- coding: utf-8 -*-
- from .cifar import CIFAR10, CIFAR100
- from .cityscapes import Cityscapes
- from .coco import COCO
- from .folder import ImageFolder
- from .imagenet import ImageNet
- from .meta_vision import VisionDataset
- from .mnist import MNIST
- from .objects365 import Objects365
- from .voc import PascalVOC
|