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
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: