The Unreasonable Effectiveness of Deep Features as a Perceptual Metric
Richard Zhang, Phillip Isola, Alexei A. Efros, Eli Shechtman, Oliver Wang. In CVPR, 2018.
The original page: [Project Page]
We implement the LPIPS metric of 'alex', 'vgg', 'squeeze' by Jittor.
Download the weights from the Google Drive Link and put the weights into ./lpips/weights/
.
Link: https://drive.google.com/drive/folders/1cTbrSl5M-7CNNDr0iJVgtRYSVrR3f4xb?usp=sharing
python test_network.py
The metric results will be printed.
This repository borrows partially from the original LPIPS repository.