tensorbay.opendataset.DAVIS2017SemiSupervised#

tensorbay.opendataset.DAVIS2017SemiSupervised(path)[source]#

DAVIS2017SemiSupervised dataset.

The file structure should be like:

<path>
    Annotations/
        480p/
            aerobatics/
                00000.png
            bear/
            ...
        Full-Resolution/
            aerobatics/
                00000.png
            bear/
            ...
    Annotations_semantics/
        480p/
            aerobatics/
                00000.png
            bear/
            ...
        Full-Resolution/
            aerobatics/
                00000.png
            bear/
            ...
    JPEGImages/
        480p/
            aerobatics/
                00000.jpg
                00001.jpg
                ...
            bear/
            ...
        Full-Resolution/
            aerobatics/
                00000.jpg
                00001.jpg
                ...
            bear/
            ...
    ImageSets/
        2017/
            test-challenge.txt
            test-dev.txt
            train.txt
            val.txt
Parameters

path (str) – The root directory of the dataset.

Returns

class: ~tensorbay.dataset.dataset.Dataset instance.

Return type

Loaded