ty625911724 / Jittor_Perceptual-Similarity-Metric

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jittor version of "Perceptual Similarity Metric" (LPIPS)

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

Quick start

python test_network.py

The metric results will be printed.

Acknowledgements

This repository borrows partially from the original LPIPS repository.

About

License:MIT License


Languages

Language:Python 100.0%