tensorbay.opendataset.VOC2012ActionClassification

tensorbay.opendataset.VOC2012ActionClassification(path)[source]

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 (str) – The root directory of the dataset.

Returns

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

Return type

Loaded