Skip to content

Commit

Permalink
add paper link
Browse files Browse the repository at this point in the history
  • Loading branch information
Algolzw committed Jan 30, 2023
1 parent 11bd0af commit b3a6934
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

## Image Restoration with Mean-Reverting Stochastic Differential Equations <br><sub>Official PyTorch Implementation of IR-SDE [[Paper]]()[[Project]](https://algolzw.github.io/ir-sde/index.html)</sub>
## Image Restoration with Mean-Reverting Stochastic Differential Equations <br><sub>Official PyTorch Implementation of IR-SDE [[Paper]](https://arxiv.org/abs/2301.11699)[[Project]](https://algolzw.github.io/ir-sde/index.html)</sub>


![IR-SDE](figs/overview.png)
Expand Down Expand Up @@ -100,19 +100,19 @@ python interpolation.py -s source_image_path -t target_image_path --save save_di
If our code helps your research or work, please consider citing our paper.
The following is a BibTeX reference:

<!--```
@article{luo2022deep,
title={Deep Constrained Least Squares for Blind Image Super-Resolution},
author={Luo, Ziwei and Huang, Haibin and Yu, Lei and Li, Youwei and Fan, Haoqiang and Liu, Shuaicheng},
journal={arXiv preprint arXiv:2202.07508},
year={2022}
```
@article{luo2023image,
title={Image Restoration with Mean-Reverting Stochastic Differential Equations},
author={Luo, Ziwei and Gustafsson, Fredrik K. and Zhao, Zheng and Sjölund, Jens and Schön, Thomas B.},
journal={arXiv preprint arXiv:2301.11699},
year={2023}
}
```-->
```

---

#### Contact
E-mail: ziwei.luo@it.uu.se

#### --- Thanks for your interest! --- ####
<!--![visitors](https://visitor-badge.glitch.me/badge?page_id=Algolzw/image-restoration-sde)-->
![visitors](https://visitor-badge.glitch.me/badge?page_id=Algolzw/image-restoration-sde)

0 comments on commit b3a6934

Please sign in to comment.