[][src]Module pointcloud::label_sources

Some label sets to modularly glue together with the data sources.

Structs

SmallIntLabels

Labels for a small number of categories, using ints

VecLabels

Uses a vector to label your data. It can be 1 hot encoded, but if you do that you should use SmallIntLabels