tensorbay.opendataset.SegTrack2#

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

SegTrack2 dataset.

The file structure of SegTrack looks like:

<path>
    GroundTruth/
        bird_of_paradise/
            bird_of_paradise_00000.png
            ...
        bmx/
            1/
                bmx_06668.png
                ...
            2/
                bmx_06668.png
                ...
        ...
    JPEGImages/
        bird_of_paradise/
            bird_of_paradise_00000.png
            ...
        ...
Parameters

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

Returns

Loaded Dataset instance.

Return type

tensorbay.dataset.dataset.Dataset