meerkat.datasets.imagenet package

Module contents

class imagenet(dataset_dir: Optional[str] = None, version: Optional[str] = None, download_mode: str = 'reuse', **kwargs)[source]

Bases: DatasetBuilder

build()[source]
download()[source]
REVISIONS: List[str]
VERSIONS = ['ilsvrc2012']
info: DatasetInfo = DatasetInfo(name='imagenet', full_name='ImageNet', description='ImageNet is an image database organized according to the WordNet hierarchy (currently only the nouns), in which each node of the hierarchy is depicted by hundreds and thousands of images..', citation='@inproceedings{imagenet_cvpr09,AUTHOR = {Deng, J. and Dong, W. and Socher, R. and Li, L.-J. and Li, K. and Fei-Fei, L.},TITLE = {{ImageNet: A Large-Scale Hierarchical Image Database}},BOOKTITLE = {CVPR09},YEAR = {2009},BIBSOURCE = "http://www.image-net.org/papers/imagenet_cvpr09.bib"}', homepage='https://www.image-net.org/', license=None, tags=['image', 'classification'])
build_imagenet_dps(dataset_dir: str, download: bool = False) Dict[str, DataPanel][source]