tensorbay.opendataset.VOC2012ActionClassification.loader

tensorbay.opendataset.VOC2012ActionClassification.loader.VOC2012ActionClassification(path: str) tensorbay.dataset.dataset.Dataset[source]

Dataloader of the ‘VOC2012ActionClassification’_ dataset.

The file structure should be like:

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

path – The root directory of the dataset.

Returns

class: ~tensorbay.dataset.dataset.Dataset instance.

Return type

Loaded