SRFlow icon indicating copy to clipboard operation
SRFlow copied to clipboard

LPIPS version

Open Zzlongjuanfeng opened this issue 5 years ago • 2 comments
trafficstars

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

Zzlongjuanfeng avatar Sep 21 '20 14:09 Zzlongjuanfeng

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 avatar Oct 15 '20 10:10 andreas128

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

andreas128 avatar Nov 04 '20 18:11 andreas128