Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lartpang authored Dec 27, 2023
1 parent af2a6a0 commit 06e8b7d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MSSIM.pytorch
# mssim.pytorch

$$
\begin{align}
Expand Down Expand Up @@ -290,3 +290,16 @@ plt.savefig("prediction.png")
- https://github.com/VainF/pytorch-msssim
- https://scikit-image.org/docs/dev/auto_examples/transform/plot_ssim.html?highlight=structure+similarity
- Z. Wang, A. C. Bovik, H. R. Sheikh and E. P. Simoncelli, “Image quality assessment: From error visibility to structural similarity,” IEEE Transactions on Image Processing, vol. 13, no. 4, pp. 600-612, Apr. 2004.

## Cite

If you find this library useful, please cite our bibtex:

```bibtex
@online{mssim.pytorch,
author="lartpang",
title="{A better pytorch-based implementation for the mean structural similarity. Differentiable simpler SSIM and MS-SSIM.}",
url="https://github.com/lartpang/mssim.pytorch",
note="(Jun 21, 2022)",
}
```

0 comments on commit 06e8b7d

Please sign in to comment.