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 a422e7d commit 9f04dfeCopy full SHA for 9f04dfe
python/cli/process/process.py
@@ -124,6 +124,7 @@ def transform_camera(c):
124
"h": c['camera_height'],
125
"aabb_scale": 16,
126
"frames": [],
127
+ "orientation_override": "none", # stops Nerfstudio from breaking our "up" direction
128
"ply_file_path": "./sparse_pc.ply"
129
}
130
cam_id = json.dumps(params, sort_keys=True)
0 commit comments