tensorbay.opendataset.ImageEmotionAbstract#

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

Image Emotion-abstract dataset.

The file structure should be like:

<path>
    ABSTRACT_groundTruth.csv
    abstract_xxxx.jpg
    ...
Parameters

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

Returns

Loaded Dataset instance.

Return type

tensorbay.dataset.dataset.Dataset