datadings.commands.write module

usage: write.py [-h] [dataset]

Create dataset files. The following datasets are supported:

A:

ADE20k, ANP460

C:

CAMVID, CAT2000, CIFAR10, CIFAR100, Cityscapes, Coutrot1

F:

FIGRIMFixation

I:

ILSVRC2012, ImageNet1k, ImageNet21k, InriaBuildings

M:

MIT300, MIT1003

P:

Places365, Places2017

R:

RIT18

S:

SALICON2015, SALICON2017

V:

VOC2012, Vaihingen

The help text and documentation page for each dataset contains more information about requirements and possible options. Run

python -m datadings.commands.write [dataset] -h

or

datadings-write [dataset] -h

to view them.

Positional arguments

dataset Dataset to write.

options:
-h, --help

show this help message and exit

datadings.commands.write.entry()[source]
datadings.commands.write.find_writers()[source]
datadings.commands.write.format_writers(writers)[source]
datadings.commands.write.main()[source]