You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question about the code. what is fake_shot.txt for and where is it?
It gives the following error.
FLIP/utils/utils.py", line 65, in sample_frames
for i in open(dataroot + dataset_name + '_fake_shot.txt').readlines()
FileNotFoundError: [Errno 2] No such file or directory: 'data/MCIO/txt/msu_fake_shot.txt
Thanks!
The text was updated successfully, but these errors were encountered:
What is {fake/real}_shot.txt for ?
To extend our work to the few-shot setting (5-shot in the experiments), we follow the few_shot_fas repo and use the samples in {fake/real}_shot.txt during training.
Where is it ?
Thanks for highlighting this. It is now added to the txt files inside each benchmark in the data folder.
Nice work and thanks for sharing!
I have a question about the code. what is
fake_shot.txt
for and where is it?It gives the following error.
Thanks!
The text was updated successfully, but these errors were encountered: