Spaces:
Running
on
Zero
Running
on
Zero
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,11 +9,12 @@ colorFrom: blue
|
|
| 9 |
colorTo: pink
|
| 10 |
sdk: gradio
|
| 11 |
sdk_version: 5.35.0
|
|
|
|
| 12 |
app_file: app.py
|
| 13 |
pinned: false
|
| 14 |
---
|
| 15 |
|
| 16 |
-
## Get Started
|
| 17 |
|
| 18 |
1. Install ProPainter Dependencies
|
| 19 |
|
|
@@ -55,11 +56,7 @@ python app.py
|
|
| 55 |
## Citation
|
| 56 |
If you find our repo useful for your research, please consider citing our paper:
|
| 57 |
```bibtex
|
| 58 |
-
@inproceedings{
|
| 59 |
-
title={{ProPainter}: Improving Propagation and Transformer for Video Inpainting},
|
| 60 |
-
author={Zhou, Shangchen and Li, Chongyi and Chan, Kelvin C.K and Loy, Chen Change},
|
| 61 |
-
booktitle={Proceedings of IEEE International Conference on Computer Vision (ICCV)},
|
| 62 |
-
year={2023}
|
| 63 |
}
|
| 64 |
```
|
| 65 |
|
|
@@ -71,4 +68,4 @@ This project is licensed under <a rel="license" href="./LICENSE">NTU S-Lab Licen
|
|
| 71 |
|
| 72 |
## Acknowledgements
|
| 73 |
|
| 74 |
-
The project harnesses the capabilities from [Track Anything](https://github.com/gaomingqi/Track-Anything), [Segment Anything](https://github.com/facebookresearch/segment-anything) and [Cutie](https://github.com/hkchengrex/Cutie). Thanks for their awesome works.
|
|
|
|
| 9 |
colorTo: pink
|
| 10 |
sdk: gradio
|
| 11 |
sdk_version: 5.35.0
|
| 12 |
+
short_description: 'ROSE: Remove Objects with Side Effects in Videos'
|
| 13 |
app_file: app.py
|
| 14 |
pinned: false
|
| 15 |
---
|
| 16 |
|
| 17 |
+
<!-- ## Get Started
|
| 18 |
|
| 19 |
1. Install ProPainter Dependencies
|
| 20 |
|
|
|
|
| 56 |
## Citation
|
| 57 |
If you find our repo useful for your research, please consider citing our paper:
|
| 58 |
```bibtex
|
| 59 |
+
@inproceedings{
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
}
|
| 61 |
```
|
| 62 |
|
|
|
|
| 68 |
|
| 69 |
## Acknowledgements
|
| 70 |
|
| 71 |
+
The project harnesses the capabilities from [Track Anything](https://github.com/gaomingqi/Track-Anything), [Segment Anything](https://github.com/facebookresearch/segment-anything) and [Cutie](https://github.com/hkchengrex/Cutie). Thanks for their awesome works. -->
|