Skip to content

Commit

Permalink
update thanks
Browse files Browse the repository at this point in the history
  • Loading branch information
jm12138 committed Feb 21, 2022
1 parent 391f7be commit b2f43aa
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Paddle MS-SSIM

## Introduction
* Fast and differentiable MS-SSIM and SSIM for Paddle (This repo is based on [Pytorch MS-SSIM](https://github.com/VainF/pytorch-msssim) developed by [@VainF](https://github.com/VainF)).
* Fast and differentiable MS-SSIM and SSIM for Paddle.

<img src="./images/lcs.png" width="25%">

Expand Down Expand Up @@ -185,4 +185,9 @@

* [Pytorch Code](https://github.com/VainF/pytorch-msssim)

* [TensorFlow Code](https://github.com/tensorflow/tensorflow/blob/v2.1.0/tensorflow/python/ops/image_ops_impl.py#L3314-L3438)
* [TensorFlow Code](https://github.com/tensorflow/tensorflow/blob/v2.1.0/tensorflow/python/ops/image_ops_impl.py#L3314-L3438)

## Thanks
* This repo is based on [Pytorch MS-SSIM](https://github.com/VainF/pytorch-msssim) developed by [@VainF](https://github.com/VainF).

* Thanks to this project and its developers.

0 comments on commit b2f43aa

Please sign in to comment.