open3d.ml.tf.vis.DataModel¶
-
class
open3d.ml.tf.vis.
DataModel
(userdata)¶ The class for data i/o and storage of visualization. Args:
userdata: The dataset to be used in the visualization.
-
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__
(userdata)¶ 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