• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..02-Dec-2020-

README.mdH A D02-Dec-2020651 1310

ade20k.pyH A D02-Dec-20201.5 KiB4233

cityscapes.pyH A D02-Dec-20201.8 KiB4740

coco_tracking.pyH A D02-Dec-20206.5 KiB149130

hmdb51.pyH A D02-Dec-202016.5 KiB422352

ilsvrc_det.pyH A D02-Dec-20208.6 KiB188167

ilsvrc_vid.pyH A D02-Dec-202010.8 KiB250229

imagenet.pyH A D02-Dec-20204.9 KiB133113

kinetics400.pyH A D02-Dec-202016.3 KiB426360

lsun.pyH A D02-Dec-20202 KiB6449

market1501.pyH A D02-Dec-20202.6 KiB7558

mhp_v1.pyH A D02-Dec-20201.6 KiB5336

mscoco.pyH A D02-Dec-20202.6 KiB6148

otb2015.pyH A D02-Dec-20203.1 KiB7060

pascal_voc.pyH A D02-Dec-20204.1 KiB9170

somethingsomethingv2.pyH A D02-Dec-20204.7 KiB121101

tiny_motorbike.pyH A D02-Dec-2020505 1612

ucf101.pyH A D02-Dec-202014.3 KiB366314

README.md

1# Prepare large datasets for vision
2[Gluon](https://mxnet.incubator.apache.org/gluon/) itself provides self-managed
3tiny datasets such as MNIST, CIFAR-10/100, Fashion-MNIST.
4However, downloading and unzipping large scale datasets are very time consuming
5processes which are not appropriate to be initialized during class instantiation.
6Therefore we provide convenient example scripts for existing/non-existing datasets.
7
8All datasets requires one-time setup, and will be automatically recognized by `gluoncv`
9package in the future.
10
11## Instructions
12Please refer to our official [tutorials](http://gluon-cv.mxnet.io/build/examples_datasets/index.html)
13