Skip to content

Commit 06e8b7d

Browse files
authored
Update README.md
1 parent af2a6a0 commit 06e8b7d

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MSSIM.pytorch
1+
# mssim.pytorch
22

33
$$
44
\begin{align}
@@ -290,3 +290,16 @@ plt.savefig("prediction.png")
290290
- https://github.com/VainF/pytorch-msssim
291291
- https://scikit-image.org/docs/dev/auto_examples/transform/plot_ssim.html?highlight=structure+similarity
292292
- 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.
293+
294+
## Cite
295+
296+
If you find this library useful, please cite our bibtex:
297+
298+
```bibtex
299+
@online{mssim.pytorch,
300+
author="lartpang",
301+
title="{A better pytorch-based implementation for the mean structural similarity. Differentiable simpler SSIM and MS-SSIM.}",
302+
url="https://github.com/lartpang/mssim.pytorch",
303+
note="(Jun 21, 2022)",
304+
}
305+
```

0 commit comments

Comments
 (0)