tensorbay.opendataset.RarePlanesSynthetic

tensorbay.opendataset.RarePlanesSynthetic(path)[source]

RarePlanesSynthetic dataset.

The file structure of RarePlanesSynthetic looks like:

<path>
    images/
        Atlanta_Airport_0_0_101_1837.png
        ...
    masks/
        Atlanta_Airport_0_0_101_1837_mask.png
        ...
    xmls/
        Atlanta_Airport_0_0_101_1837.xml
        ...
Parameters

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

Returns

Loaded Dataset instance.

Return type

tensorbay.dataset.dataset.Dataset