Definition at line 73 of file synthetic-data-mbt.py.
◆ __init__()
| synthetic-data-mbt.MBTConfig.__init__ |
( |
| self, |
|
|
Path | data_root ) |
◆ color_camera_name
| str synthetic-data-mbt.MBTConfig.color_camera_name = 'Camera_L' |
◆ color_images_dir
| str synthetic-data-mbt.MBTConfig.color_images_dir = data_path / 'color' |
◆ color_intrinsics_file
| str synthetic-data-mbt.MBTConfig.color_intrinsics_file = data_path / f'{self.color_camera_name}.xml' |
◆ depth_camera_name
| str synthetic-data-mbt.MBTConfig.depth_camera_name = 'Camera_R' |
◆ depth_images_dir
| str synthetic-data-mbt.MBTConfig.depth_images_dir = data_path / 'depth' |
◆ depth_intrinsics_file
| str synthetic-data-mbt.MBTConfig.depth_intrinsics_file = data_path / f'{self.depth_camera_name}.xml' |
◆ extrinsic_file
| synthetic-data-mbt.MBTConfig.extrinsic_file = str(data_path / 'depth_M_color.txt') |
◆ ground_truth_dir
| str synthetic-data-mbt.MBTConfig.ground_truth_dir = data_path / 'ground-truth' |