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
Hello, I am using the lpips in colab environment. With two images, original image and distorted image. I just wanted to know if should I give the orignal image as first argument or as 2nd argument?
The first image should be the distorted one, while the second should be the pristine (reference) image.
Note that lpips is symmetric. The improved version, denoted with +, is asymmetric.
Hello, I am using the lpips in colab environment. With two images, original image and distorted image. I just wanted to know if should I give the orignal image as first argument or as 2nd argument?
would give me:
LPIPS Score: tensor([[0.5888]])
while,
would give me:
LPIPS Score: tensor([[0.5835]])
The text was updated successfully, but these errors were encountered: