Skip to content
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

LPIPS version #3

Open
Zzlongjuanfeng opened this issue Sep 21, 2020 · 2 comments
Open

LPIPS version #3

Zzlongjuanfeng opened this issue Sep 21, 2020 · 2 comments

Comments

@Zzlongjuanfeng
Copy link

Hi, which LPIPS version did you used in your evaluation script? v0.0 or v0.1?

@andreas128
Copy link
Owner

We use the same version as in the pip package.

pip install lpips
import lpips
loss_fn_alex = lpips.LPIPS(net='alex')
d = loss_fn_alex(img_super_resolution, img_ground_truth) # normalized to [-1, 1]

Were you able to reproduce the SRFlow results?

@andreas128
Copy link
Owner

We just released the code. It also contains the functions for the measurements. Hope this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants