tensorbay.opendataset.BDD100K.loader

This file defines the BDD100K dataloader.

tensorbay.opendataset.BDD100K.loader.BDD100K(path: str) tensorbay.dataset.dataset.Dataset[source]

Load BDD100K Dataset to Tensorbay.

The file structure should be like:

<path>
    Images/
        100k/
            test
            train
            val
        10k/
            test
            train
            val
    Labels/
        bdd100k_labels_images_train.json
        bdd100k_labels_images_val.json
Parameters

path – The root directory of the dataset.

Returns

Loaded Dataset instance.