tensorbay.opendataset.RarePlanesReal

tensorbay.opendataset.RarePlanesReal(path)[source]

RarePlanesReal dataset.

The folder structure should be like:

<path>
    metadata_annotations/
        RarePlanes_Public_Metadata.csv
        RarePlanes_Test_Coco_Annotations_tiled.json
        RarePlanes_Train_Coco_Annotations_tiled.json
    test/
        PS-RGB_tiled/
            105_104001003108D900_tile_47.png
            ...
    train/
        PS-RGB_tiled/
            100_1040010029990A00_tile_319.png
            ...
Parameters

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

Returns

Loaded Dataset instance.

Return type

tensorbay.dataset.dataset.Dataset