Module pointcloud::loaders[][src]

Loaders for datasets. Just opens them up and returns a point cloud.

Functions

convert_glued_memmap_to_ram

Concatenates a glued data memmap to a single ram dataset

labeled_ram_from_yaml

Given a yaml file on disk, it builds a point cloud. Minimal example below.

labels_from_yaml

Given a yaml file on disk, it builds a point cloud. Minimal example below.

open_int_csv

Opens a CSV and reads a single column from it as a integer label. Negative labels are treated as unlabeled and are masked.

open_labeled_memmaps

Opens a set of memmaps of both data and labels

open_memmaps

Opens a set of memmaps of just data

ram_from_yaml

Given a yaml file on disk, it builds a point cloud. Minimal example below.

vec_labeled_ram_from_yaml

Given a yaml file on disk, it builds a point cloud. Minimal example below.