Skip to content

Commit

Permalink
Fix call to detect ODM reconstruction file (#3018)
Browse files Browse the repository at this point in the history
  • Loading branch information
codeprimate committed Apr 12, 2024
1 parent a64026f commit babf577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nerfstudio/process_data/odm_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def cameras2nerfds(
shots_dict = {}
reconstruction = None

if reconstruction_file.exists:
if reconstruction_file.exists():
reconstruction = get_reconstruction(reconstruction_file)
shots = reconstruction.get("shots", [])
for filename in shots:
Expand Down

0 comments on commit babf577

Please sign in to comment.