From e09381ac7fb2f644df9cec7d2a1fee19eb641db5 Mon Sep 17 00:00:00 2001 From: CANDY Date: Mon, 27 Oct 2025 14:40:33 +0900 Subject: [PATCH] Change keep_original_world_coordinate to True --- nerfstudio/process_data/colmap_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nerfstudio/process_data/colmap_utils.py b/nerfstudio/process_data/colmap_utils.py index 1d9405c81a..93952f4a40 100644 --- a/nerfstudio/process_data/colmap_utils.py +++ b/nerfstudio/process_data/colmap_utils.py @@ -394,7 +394,7 @@ def colmap_to_json( image_id_to_depth_path: Optional[Dict[int, Path]] = None, image_rename_map: Optional[Dict[str, str]] = None, ply_filename="sparse_pc.ply", - keep_original_world_coordinate: bool = False, + keep_original_world_coordinate: bool = True, use_single_camera_mode: bool = True, ) -> int: """Converts COLMAP's cameras.bin and images.bin to a JSON file.