few-shot-ssl-public
few-shot-ssl-public copied to clipboard
FileNotFoundError
Hi, thanks for your excellent work! But when I download your code and run it on my own computer, there is an error occurs: line 111, in read_vinyals_split img_list = os.listdir(char_folder) FileNotFoundError: [Errno 2] No such file or directory: 'data/omniglot/images_all/Angelic/character01' Could you please tell me why is that?
Did u fix it?
I have the same issue @LeslieChen233 were you able to fix it?
You can make a direction named "data" which contains the omniglot data files.
You can make a direction named "data" which contains the omniglot data files.
What to do after that?