vis4d.zoo.base.datasets.bdd100k.detect¶
BDD100K dataset config for object detection.
Functions
|
Get the default config for BDD100K detection. |
|
Get the default test dataloader for BDD100K segmentation. |
|
Get the default train dataloader for BDD100K segmentation. |
- get_bdd100k_detection_config(data_root='data/bdd100k/images/100k', train_split='train', train_keys_to_load=('images', 'boxes2d'), test_split='val', test_keys_to_load=('images', 'original_images'), ins_seg=False, data_backend=None, image_size=(720, 1280), multi_scale=False, samples_per_gpu=2, workers_per_gpu=2)[source]¶
Get the default config for BDD100K detection.
- Return type: