tensorbay.opendataset.Flower17

tensorbay.opendataset.Flower17(path)[source]

17 Category Flower dataset.

The dataset are 3 separate splits. The results in the paper are averaged over the 3 splits. We just use (trn1, val1, tst1) to split it.

The file structure should be like:

<path>
    jpg/
        image_0001.jpg
        ...
    datasplits.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