jianzongwu commited on
Commit
0976385
·
verified ·
1 Parent(s): 33b6d77

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -1,3 +1,23 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ # Model Card for LGVI
6
+
7
+ ## Dataset Description
8
+ - **Paper:** https://arxiv.org/abs/2401.10226
9
+ - **Project Page:** https://jianzongwu.github.io/projects/rovi
10
+ - **Github Repository:** https://github.com/jianzongwu/Language-Driven-Video-Inpainting
11
+
12
+ ### Model Summary
13
+
14
+ The LGVI model is trained on [ROVI](https://huggingface.co/datasets/jianzongwu/rovi) and [Inst-Inpaint](https://github.com/abyildirim/inst-inpaint) for the referring inpainting task. Please check our [project page](https://jianzongwu.github.io/projects/rovi) for more details.
15
+
16
+ ```
17
+ @article{wu2024lgvi,
18
+ title={Towards language-driven video inpainting via multimodal large language models},
19
+ author={Wu, Jianzong and Li, Xiangtai and Si, Chenyang and Zhou, Shangchen and Yang, Jingkang and Zhang, Jiangning and Li, Yining and Chen, Kai and Tong, Yunhai and Liu, Ziwei and others},
20
+ journal={arXiv preprint arXiv:2401.10226},
21
+ year={2024}
22
+ }
23
+