gluoncv.data ================ .. automodule:: gluoncv.data .. currentmodule:: gluoncv.data .. hint:: Please refer to :doc:`../build/examples_datasets/index` for the description of the datasets listed in this page, and how to download and extract them. .. hint:: For small dataset such as MNIST and CIFAR10, please refer to `Gluon Vision Datasets `_, which can be used directly without any downloading step. `ImageNet `_ --------------------------------------- .. autoclass:: gluoncv.data.ImageNet `Pascal VOC `_ ------------------------------------------------------- .. autoclass:: gluoncv.data.VOCDetection .. autoclass:: gluoncv.data.VOCSegmentation .. autoclass:: gluoncv.data.VOCAugSegmentation `ADE20K `_ --------------------------------------------------------------- .. autoclass:: gluoncv.data.ADE20KSegmentation DataLoader ---------- .. autoclass:: gluoncv.data.DetectionDataLoader