photosynthesis-team / piq

Measures and metrics for image2image tasks. PyTorch.
Apache License 2.0
1.4k stars 120 forks source link

Metric: ADD-SSIM / ADD-GSIM #114

Open zakajd opened 4 years ago

zakajd commented 4 years ago

Is your feature request related to a problem? Please describe. Proposed in 2016 this method shows good performance in general image domain.

Describe the solution you'd like Implement it in PyTorch. This metric uses a lot of things that are already implemented (SSIM, GSM), so this shouldn't be too difficult.

Additional context Original paper - https://ieeexplore.ieee.org/abstract/document/7390011/

image
Shamus98 commented 3 years ago

I took this issue