tamarott / SinGAN

Official pytorch implementation of the paper: "SinGAN: Learning a Generative Model from a Single Natural Image"
https://tamarott.github.io/SinGAN.htm
Other
3.3k stars 612 forks source link

ValueRrror of SIFID #177

Open Long908 opened 1 year ago

Long908 commented 1 year ago

Thanks to the author for the code, I am getting the following error when running SIFID,can anyone help me? Traceback(most resent call last): File“SIFID/sifid_score.py”,line 258,in sifid_value = calculate_sifid_given_paths(path1,path2,1,args.gpu!='',64,suffix) File"SIFID/sifid_score.py",line 245,in calculate_sifid_given_paths Im_ind.append(int(file_num1[:4])) ValueRrror:invalid literal for int() with base 10:'birds'