-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inception Score of Test Images #1
Comments
Thanks for your attention! Sorry for not making this part clear. Now we have updated the ReadMe in our github with details for calculating all the metrics used in our paper. We use the same evaluation codes as previous work Deform.
By the way, what do you mean by "7284 filterd images that the repeated ones are removed" ? It should be noted that tranfering a person from Pose A to Pose B, and from Pose B to Pose A are different pairs.
…------------------ 原始邮件 ------------------
发件人: "loadder"<[email protected]>;
发送时间: 2019年4月22日(星期一) 上午10:32
收件人: "tengteng95/Pose-Transfer"<[email protected]>;
抄送: "Subscribed"<[email protected]>;
主题: [tengteng95/Pose-Transfer] Inception Score of Test Images (#1)
Hi,
I got the test set according to your split and I used the inception score implementation here https://github.com/sbarratt/inception-score-pytorch.git. The problem is I got 3.50 on 12000 test images and 3.49 on 7284 filterd images that the repeated ones are removed. I have tried all suggestions in original repo to have a better score. Do you have any idea about this problem?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
hi, thanks for your reply! I have checked these two implementations of inception score and find that in the pretrained tensorflow inception model, the dimension of output is 1008 while that in pytorch is 1000 (actual number of class in ILSVRC2012). When I use your code on 12000 'to' images i got a similar score to yours. I dont know if this is reasonable since the repo I used is also a famous implementation and widely-used one and this can obviously result in a huge performance gap. |
Thanks! |
@tengteng95 Hi, which version tensorflow is needed for Inception Score?
|
solution for above error: But now, I got a new error:
|
@budui Hi, I haven't met this problem before and I use tensorflow1.4.1(python3). |
@budui Hello, I met the same error(the new error you reffered) with you, have you solved it. I want to your method If you do it. Thank you! |
OK, thank you for your advice. |
Hi,
I got the test set according to your split and I used the inception score implementation here https://github.com/sbarratt/inception-score-pytorch.git. The problem is I got 3.50 on 12000 test images and 3.49 on 7284 filterd images that the repeated ones are removed. I have tried all suggestions in original repo to have a better score. Do you have any idea about this problem?
The text was updated successfully, but these errors were encountered: