Update README.md
Browse files
README.md
CHANGED
|
@@ -10,19 +10,30 @@ tags:
|
|
| 10 |
|
| 11 |
DiffuEraser is a diffusion model for video inpainting, which outperforms state-of-the-art model Propainter in both content completeness and temporal consistency while maintaining acceptable efficiency.
|
| 12 |
|
| 13 |
-
|
| 14 |
|
| 15 |
-
- **
|
| 16 |
-
- **
|
|
|
|
| 17 |
|
| 18 |
|
| 19 |
-
|
| 20 |
|
| 21 |
**BibTeX:**
|
| 22 |
|
| 23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
|
| 26 |
## Model Card Authors
|
| 27 |
|
| 28 |
-
Xiaowen Li / xwlxw@qq.com
|
|
|
|
| 10 |
|
| 11 |
DiffuEraser is a diffusion model for video inpainting, which outperforms state-of-the-art model Propainter in both content completeness and temporal consistency while maintaining acceptable efficiency.
|
| 12 |
|
| 13 |
+
## Model Sources
|
| 14 |
|
| 15 |
+
- **Project Page:** https://lixiaowen-xw.github.io/DiffuEraser-page
|
| 16 |
+
- **Repository:** https://github.com/lixiaowen-xw/DiffuEraser.git
|
| 17 |
+
- **Paper:** https://arxiv.org/abs/2501.10018
|
| 18 |
|
| 19 |
|
| 20 |
+
## Citation
|
| 21 |
|
| 22 |
**BibTeX:**
|
| 23 |
|
| 24 |
+
```bibtex
|
| 25 |
+
@misc{li2025diffueraserdiffusionmodelvideo,
|
| 26 |
+
title={DiffuEraser: A Diffusion Model for Video Inpainting},
|
| 27 |
+
author={Xiaowen Li and Haolan Xue and Peiran Ren and Liefeng Bo},
|
| 28 |
+
year={2025},
|
| 29 |
+
eprint={2501.10018},
|
| 30 |
+
archivePrefix={arXiv},
|
| 31 |
+
primaryClass={cs.CV},
|
| 32 |
+
url={https://arxiv.org/abs/2501.10018},
|
| 33 |
+
}
|
| 34 |
+
```
|
| 35 |
|
| 36 |
|
| 37 |
## Model Card Authors
|
| 38 |
|
| 39 |
+
Xiaowen Li / xwlxw@qq.com / lxw262398@alibaba-inc.com
|