vis4d.zoo.base.datasets.imagenet¶
ImageNet classification config.
Functions
|
Get the default config for COCO detection. |
|
Get the default test dataloader for COCO detection. |
|
Get the default train dataloader for ImageNet 1K dataset. |
- get_imagenet_cls_cfg(data_root='data/imagenet', train_split='train', train_keys_to_load=('images', 'categories'), test_split='val', test_keys_to_load=('images', 'categories'), image_size=(224, 224), samples_per_gpu=256, workers_per_gpu=8)[source]¶
Get the default config for COCO detection.
- Return type: