Skip to content

Commit

Permalink
quick fix adjustment to aria
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioMacaronio committed Jun 15, 2024
1 parent 43a0061 commit fa7cf30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nerfstudio/scripts/datasets/process_project_aria.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def main(self) -> None:
camera_name=names[i],
pinhole=True,
)
for index in sampling_indicies
for index in range(provider.get_num_data(stream_id))
]
for i, stream_id in enumerate(stream_ids)
]
Expand Down

0 comments on commit fa7cf30

Please sign in to comment.