tensorbay.opendataset.UAVDT

tensorbay.opendataset.UAVDT(path)[source]

UAVDT dataset.

The “score”, “in-view”, “occlusion” fields in MOT Groundtruth file(*_gt.txt) are constant, and other fields in that file are the same with such fields in DET Groundtruth file (*_gt_whole.txt). Therefore, they are not included in the dataloader.

The Ignore Areas file(*_gt_ignore.txt) is useless, so they are not included in the dataloader neither.

The file structure of UAVDT looks like:

<path>
    M_attr/
        test/
            M0203_attr.txt
            ...
        train/
            M0101_attr.txt
            ...
    UAVDT_Benchmark_M/
        M0101/
            img000001.jpg
            ...
        ...
    UAV-benchmark-MOTD_v1.0/
        GT/
            M0101_gt_ignore.txt
            M0101_gt.txt
            M0101_gt_whole.txt
            ...
Parameters

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

Returns

Loaded Dataset instance.

Return type

tensorbay.dataset.dataset.Dataset