Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dataloader Error #2

Closed
naeun0620 opened this issue Oct 11, 2023 · 1 comment
Closed

Dataloader Error #2

naeun0620 opened this issue Oct 11, 2023 · 1 comment

Comments

@naeun0620
Copy link

naeun0620 commented Oct 11, 2023

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.

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!

@koushiksrivats
Copy link
Owner

Thank you for your interest in our work.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants