Skip to content

Commit

Permalink
Add test_filenames to transforms.json generated by eyeful_tower.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hardhat5 authored and jb-ye committed Apr 8, 2024
1 parent 911091c commit c018e89
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 c018e89

Please sign in to comment.