cloudViewer.ml.torch.vis.Model#
- class cloudViewer.ml.torch.vis.Model[source]#
The class that helps build visualization models based on attributes, data, and methods.
- class BoundingBoxData(name, boxes)[source]#
The class to define a bounding box that is used to describe the target location.
- Parameters:
name – The name of the pointcloud array.
boxes – The array of pointcloud that define the bounding box.
- create_cams(name, cam_dict, key='img', update=False)[source]#
Create images based on the data provided.
The data should include name and cams.
- create_point_cloud(data)[source]#
Create a point cloud based on the data provided.
The data should include name and points.
- bounding_box_prefix = 'Bounding Boxes/'#