open3d.ml.torch.vis.Model¶
-
class
open3d.ml.torch.vis.Model¶ The class that helps build visualization models based on attributes, data, and methods.
-
class
BoundingBoxData(name, boxes)¶ The class to define a bounding box that is used to describe the target location. Args:
name: The name of the pointcloud array. boxes: The array of pointcloud that define the bounding box.
-
__init__(name, boxes)¶ Initialize self. See help(type(self)) for accurate signature.
-
-
__init__()¶ Initialize self. See help(type(self)) for accurate signature.
-
calc_bounds_for(name)¶
-
create_point_cloud(data)¶
-
get_attr(name, attr_name)¶
-
get_attr_minmax(attr_name, channel)¶
-
get_attr_shape(name, attr_name)¶
-
get_available_attrs(names)¶
-
is_loaded(name)¶
-
load(name, fail_if_no_space=False)¶
-
unload(name)¶
-
bounding_box_prefix= 'Bounding Boxes/'¶
-
class