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.

__init__.py 308 B

12345678910
  1. # -*- coding: utf-8 -*-
  2. from .cifar import CIFAR10, CIFAR100
  3. from .cityscapes import Cityscapes
  4. from .coco import COCO
  5. from .folder import ImageFolder
  6. from .imagenet import ImageNet
  7. from .meta_vision import VisionDataset
  8. from .mnist import MNIST
  9. from .objects365 import Objects365
  10. from .voc import PascalVOC