Skip to content

Commit 9f04dfe

Browse files
committed
Fix Nerstudio up direction
1 parent a422e7d commit 9f04dfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/cli/process/process.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ def transform_camera(c):
124124
"h": c['camera_height'],
125125
"aabb_scale": 16,
126126
"frames": [],
127+
"orientation_override": "none", # stops Nerfstudio from breaking our "up" direction
127128
"ply_file_path": "./sparse_pc.ply"
128129
}
129130
cam_id = json.dumps(params, sort_keys=True)

0 commit comments

Comments
 (0)