tensorbay.opendataset.Flower102

tensorbay.opendataset.Flower102(path)[source]

102 Category Flower dataset.

The file structure should be like:

<path>
    jpg/
        image_00001.jpg
        ...
    imagelabels.mat
    setid.mat
Parameters

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

Raises

ModuleImportError – When the module “scipy” can not be found.

Returns

Loaded Dataset instance.

Return type

tensorbay.dataset.dataset.Dataset