open3d.data.DemoCustomVisualization¶
-
class
open3d.data.
DemoCustomVisualization
¶ Data class for DemoCustomVisualization contains an example point-cloud, camera trajectory (json file), rendering options (json file). This data is used in Open3D for custom visualization with camera trajectory demo.
-
__init__
(self: open3d.cpu.pybind.data.DemoCustomVisualization, data_root: str = '') → None¶
-
property
camera_trajectory_path
¶ Returns path to the camera_trajectory.json.
-
property
data_root
¶ Get data root directory. The data root is set at construction time or automatically determined.
-
property
download_dir
¶ Get absolute path to download directory. i.e. ${data_root}/${download_prefix}/${prefix}
-
property
extract_dir
¶ Get absolute path to extract directory. i.e. ${data_root}/${extract_prefix}/${prefix}
-
property
point_cloud_path
¶ Returns path to the point cloud (ply).
-
property
prefix
¶ Get prefix for the dataset.
-
property
render_option_path
¶ Returns path to the renderoption.json.
-