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 ran into this error FileNotFoundError: [Errno 2] No such file or directory: './img2txt_retrieval/clothing_unseen_ow.txt'
when I was running the Image To Text section python img2txt_retrieval.py --log pretrain/ade_ow_clothing --sample_num 1
The error is from img2txt_retrieval.py line 80. I checked and it's true, there is no directory called img2txt_retrieval. I checked inside the clothing dataset (the dataset I'm testing on) and this directory doesn't exist there either. Is this a bug in the code or did you forget to upload this directory?
Thank you
The text was updated successfully, but these errors were encountered:
This is a written directory. You can simply make the directory before f.write. I have updated the code and you can directly run the code now. Thank you.
Hello,
I ran into this error
FileNotFoundError: [Errno 2] No such file or directory: './img2txt_retrieval/clothing_unseen_ow.txt'
when I was running the Image To Text section
python img2txt_retrieval.py --log pretrain/ade_ow_clothing --sample_num 1
The error is from img2txt_retrieval.py line 80. I checked and it's true, there is no directory called img2txt_retrieval. I checked inside the clothing dataset (the dataset I'm testing on) and this directory doesn't exist there either. Is this a bug in the code or did you forget to upload this directory?
Thank you
The text was updated successfully, but these errors were encountered: