Skip to content

Commit

Permalink
Fix config loading for Eyeful Tower dataset (nerfstudio-project#3054)
Browse files Browse the repository at this point in the history
Add test_filenames to transforms.json generated by eyeful_tower.py
  • Loading branch information
hardhat5 committed Apr 8, 2024
1 parent 26804f8 commit 2b91715
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nerfstudio/scripts/downloads/eyeful_tower.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ def convert_cameras_to_nerfstudio_transforms(
output["frames"] = frames
output["train_filenames"] = split_filenames["train"]
output["val_filenames"] = split_filenames["test"]
output["test_filenames"] = []
return output

@staticmethod
Expand Down

0 comments on commit 2b91715

Please sign in to comment.