tensorbay.opendataset.FLIC

tensorbay.opendataset.FLIC(path)[source]

FLIC dataset.

The folder structure should be like:

<path>
    exampls.mat
    images/
        2-fast-2-furious-00003571.jpg
        ...
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