tensorbay.opendataset.NeolixOD#

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

Neolix OD dataset.

The file structure should be like:

<path>
    bins/
        <id>.bin
    labels/
        <id>.txt
    ...
Parameters

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

Returns

Loaded Dataset instance.

Return type

tensorbay.dataset.dataset.Dataset