tensorbay.opendataset.Elpv#

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

elpv dataset.

The file structure should be like:

<path>
    labels.csv
    images/
        cell0001.png
        ...
Parameters

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

Returns

Loaded Dataset instance.

Return type

tensorbay.dataset.dataset.Dataset