In what form does LPIPS and Inception Score expect data? #1226
Unanswered
Mahmood-Hussain
asked this question in
CompVision
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, my question is I was looking at LPIPS and IS from the docs it is very confusing whether both the metrics expect the same form of data i.e normalized between [-1, 1] resized to [299, 299], unit8
INCEPTION SCORE DOC
LPIPS DOC
I am using following code for transforms
and then for Inception Score, I convert to unit8 like this
is_images.to(torch.uint8)
I am doing it right way or I miss something?
Beta Was this translation helpful? Give feedback.
All reactions