Skip to content

Commit e09381a

Browse files
authored
Change keep_original_world_coordinate to True
1 parent 50e0e3c commit e09381a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nerfstudio/process_data/colmap_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ def colmap_to_json(
394394
image_id_to_depth_path: Optional[Dict[int, Path]] = None,
395395
image_rename_map: Optional[Dict[str, str]] = None,
396396
ply_filename="sparse_pc.ply",
397-
keep_original_world_coordinate: bool = False,
397+
keep_original_world_coordinate: bool = True,
398398
use_single_camera_mode: bool = True,
399399
) -> int:
400400
"""Converts COLMAP's cameras.bin and images.bin to a JSON file.

0 commit comments

Comments
 (0)