open3d.ml.tf.vis.DataModel¶
-
class
open3d.ml.tf.vis.DataModel(userdata)¶ The class for data i/o and storage of visualization.
- Parameters
userdata – The dataset to be used in the visualization.
-
__init__(userdata)¶ Initialize self. See help(type(self)) for accurate signature.
-
load(name, fail_if_no_space=False)¶ Load a pointcloud based on the name provided.
-
unload(name)¶ Unload a pointcloud.