Thank you for your work. I am using your code repo for my project. I am trying to prepare the RESISC45 and Diabetic Retinopathy dataset using the script python get_vtab1k.py. I manually downloaded these datasets and successfully prepared them. However, when I run the script, it throws me FileNotFoundError: [Errno 2] No such file or directory: './data/vtab-1k/resisc45/train800val200.txt'. I check the folder and there is no txt file created.
The issue happens to Diabetic as well. Can you help me with what I am missing?
Hi authors,
Thank you for your work. I am using your code repo for my project. I am trying to prepare the RESISC45 and Diabetic Retinopathy dataset using the script
python get_vtab1k.py
. I manually downloaded these datasets and successfully prepared them. However, when I run the script, it throws meFileNotFoundError: [Errno 2] No such file or directory: './data/vtab-1k/resisc45/train800val200.txt'
. I check the folder and there is notxt
file created.The issue happens to Diabetic as well. Can you help me with what I am missing?