tensorbay.opendataset.UrbanObjectDetection#

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

UrbanObjectDetection dataset.

The file structure should be like:

<path>
    Annotations/
        <image_name>.xml
        ...
    JPEGImages/
        <image_name>.jpg
        ...
    ImageSets/
        train.txt
        val.txt
        test.txt
Parameters

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

Returns

Loaded Dataset instance.

Return type

tensorbay.dataset.dataset.Dataset