tamarott/SinGAN

Why the image format have so much impact of SIFID, could you give some explanation?

lioo717 opened this issue · 2 comments

Thank you for noticing this. The format should be jpg.
Code and readme file were updated.

Originally posted by @tamarott in https://github.com/tamarott/SinGAN/issue_comments/597523136

Why the image format have so much impact of SIFID. It seems weird, and I can't understand. Could you give some explanations on it?

Excuse, I used the same format .jpg. python SIFID/sifid_score.py --path2real "Input/Images/birds.jpg" --path2fake "fake_image/birds.jpg"
But the same error is prompted (SIFID: nan).
Can you give me some advice? thank you

Excuse, I used the same format .jpg. python SIFID/sifid_score.py --path2real "Input/Images/birds.jpg" --path2fake "fake_image/birds.jpg"
But the same error is prompted (SIFID: nan).
Can you give me some advice? thank you

Sorry, I never have this problem. Maybe you should check overflow and underflow in the code. Just a conjecture.