open3d.data.LivingRoomPointClouds¶
-
class
open3d.data.
LivingRoomPointClouds
¶ Dataset class for LivingRoomPointClouds contains 57 point clouds of binary PLY format.
-
__init__
(self: open3d.cpu.pybind.data.LivingRoomPointClouds, data_root: str = '') → None¶
-
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
paths
¶ List of paths to ply point-cloud fragments of size 57. Use paths[0], paths[1] … paths[56] to access the paths.
-
property
prefix
¶ Get prefix for the dataset.
-