Skip to content

Commit 2b91715

Browse files
authored
Fix config loading for Eyeful Tower dataset (nerfstudio-project#3054)
Add test_filenames to transforms.json generated by eyeful_tower.py
1 parent 26804f8 commit 2b91715

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nerfstudio/scripts/downloads/eyeful_tower.py

+1
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ def convert_cameras_to_nerfstudio_transforms(
261261
output["frames"] = frames
262262
output["train_filenames"] = split_filenames["train"]
263263
output["val_filenames"] = split_filenames["test"]
264+
output["test_filenames"] = []
264265
return output
265266

266267
@staticmethod

0 commit comments

Comments
 (0)