richzhang/PerceptualSimilarity
LPIPS metric. pip install lpips
Computes learned perceptual similarity between image patches using pretrained deep networks (AlexNet, VGG, or SqueezeNet) with linearly calibrated intermediate activations, outperforming traditional metrics like SSIM on human judgments. Includes the BAPPS dataset with 95k+ human-annotated triplets for training and evaluation across tasks like super-resolution, deblurring, and color correction. Supports both metric evaluation and backpropagation for use as a perceptual loss in optimization pipelines via PyTorch.
4,185 stars. No commits in the last 6 months.
Stars
4,185
Forks
523
Language
Python
License
BSD-2-Clause
Category
Last pushed
Jul 02, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/richzhang/PerceptualSimilarity"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
zhanghang1989/ResNeSt
ResNeSt: Split-Attention Networks
berniwal/swin-transformer-pytorch
Implementation of the Swin Transformer in PyTorch.
Jittor/jittor
Jittor is a high-performance deep learning framework based on JIT compiling and meta-operators.
NVlabs/FasterViT
[ICLR 2024] Official PyTorch implementation of FasterViT: Fast Vision Transformers with...
ViTAE-Transformer/ViTPose
The official repo for [NeurIPS'22] "ViTPose: Simple Vision Transformer Baselines for Human Pose...