Skip to content

Commit

Permalink
Revert "Update metashape_utils.py (nerfstudio-project#2011)"
Browse files Browse the repository at this point in the history
This reverts commit 293d8f3.
  • Loading branch information
henrypearce4D authored Jun 9, 2023
1 parent 5511f5f commit 88dd5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nerfstudio/process_data/metashape_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def metashape_to_json(
if sensor_type.count(sensor_type[0]) != len(sensor_type):
raise ValueError(
"All Metashape sensors do not have the same sensor type. "
"nerfstudio does support per-frame camera intrinsics, but at this current time the utility does not account for this."
"nerfstudio does not support per-frame camera_model."
)
data = {}
if sensor_type[0] == "frame":
Expand Down

0 comments on commit 88dd5a3

Please sign in to comment.