tensorbay.opendataset.NeolixOD.loader

tensorbay.opendataset.NeolixOD.loader.NeolixOD(path: str) tensorbay.dataset.dataset.Dataset[source]

Dataloader of the Neolix OD dataset.

The file structure should be like:

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

path – The root directory of the dataset.

Returns

Loaded Dataset instance.