SRFlow
SRFlow copied to clipboard
LPIPS version
trafficstars
Hi, which LPIPS version did you used in your evaluation script? v0.0 or v0.1?
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?
We just released the code. It also contains the functions for the measurements. Hope this helps!