We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e0e3c commit e09381aCopy full SHA for e09381a
nerfstudio/process_data/colmap_utils.py
@@ -394,7 +394,7 @@ def colmap_to_json(
394
image_id_to_depth_path: Optional[Dict[int, Path]] = None,
395
image_rename_map: Optional[Dict[str, str]] = None,
396
ply_filename="sparse_pc.ply",
397
- keep_original_world_coordinate: bool = False,
+ keep_original_world_coordinate: bool = True,
398
use_single_camera_mode: bool = True,
399
) -> int:
400
"""Converts COLMAP's cameras.bin and images.bin to a JSON file.
0 commit comments