Spaces:
Running
on
Zero
Running
on
Zero
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,15 +14,14 @@ app_file: app.py
|
|
| 14 |
pinned: false
|
| 15 |
---
|
| 16 |
|
| 17 |
-
|
|
|
|
| 18 |
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
You can follow the [Dependencies and Installation](https://github.com/Luo-Yihang/ProPainter-pr/tree/dev_yihang#dependencies-and-installation).
|
| 22 |
|
| 23 |
3. Install Demo Dependencies
|
| 24 |
```shell
|
| 25 |
-
cd
|
| 26 |
|
| 27 |
# install python dependencies
|
| 28 |
pip3 install -r requirements.txt
|
|
@@ -33,7 +32,7 @@ python app.py
|
|
| 33 |
|
| 34 |
## Usage Guidance
|
| 35 |
* Step 1: Upload your video and click the `Get video info` button.
|
| 36 |
-
|
| 37 |
|
| 38 |
* Step 2:
|
| 39 |
1. *[Optional]* Specify the tracking period for the currently added mask by dragging the `Track start frame` or `Track end frame`.
|
|
@@ -42,13 +41,12 @@ python app.py
|
|
| 42 |
- *[Optional]* Click `Clear clicks` if you want to reselect the mask area, or
|
| 43 |
- *[Optional]* Click `Remove mask` to remove all masks.
|
| 44 |
4. *[Optional]* Go back to step 2.1 to add another mask.
|
| 45 |
-
|
| 46 |
|
| 47 |
* Step 3:
|
| 48 |
1. Click the `Tracking` button to track the masks for the whole video.
|
| 49 |
-
2. *[Optional]* Select the ProPainter parameters if the `ProPainter Parameters` dropdown.
|
| 50 |
2. Then click `Inpainting` to get the inpainting results.
|
| 51 |
-
|
| 52 |
|
| 53 |
*You can always refer to the `Highlighted Text` box on the page for guidance on the next step!*
|
| 54 |
|
|
@@ -61,11 +59,7 @@ If you find our repo useful for your research, please consider citing our paper:
|
|
| 61 |
```
|
| 62 |
|
| 63 |
|
| 64 |
-
## License
|
| 65 |
-
|
| 66 |
-
This project is licensed under <a rel="license" href="./LICENSE">NTU S-Lab License 1.0</a>. Redistribution and use should follow this license.
|
| 67 |
-
|
| 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.
|
|
|
|
| 14 |
pinned: false
|
| 15 |
---
|
| 16 |
|
| 17 |
+
## Get Started
|
| 18 |
+
1. Install ROSE Dependencies
|
| 19 |
|
| 20 |
+
You can follow the [Dependencies and Installation](https://github.com/Kunbyte-AI/ROSE?tab=readme-ov-file#dependencies-and-installation).
|
|
|
|
|
|
|
| 21 |
|
| 22 |
3. Install Demo Dependencies
|
| 23 |
```shell
|
| 24 |
+
cd hugging_face
|
| 25 |
|
| 26 |
# install python dependencies
|
| 27 |
pip3 install -r requirements.txt
|
|
|
|
| 32 |
|
| 33 |
## Usage Guidance
|
| 34 |
* Step 1: Upload your video and click the `Get video info` button.
|
| 35 |
+
|
| 36 |
|
| 37 |
* Step 2:
|
| 38 |
1. *[Optional]* Specify the tracking period for the currently added mask by dragging the `Track start frame` or `Track end frame`.
|
|
|
|
| 41 |
- *[Optional]* Click `Clear clicks` if you want to reselect the mask area, or
|
| 42 |
- *[Optional]* Click `Remove mask` to remove all masks.
|
| 43 |
4. *[Optional]* Go back to step 2.1 to add another mask.
|
| 44 |
+
|
| 45 |
|
| 46 |
* Step 3:
|
| 47 |
1. Click the `Tracking` button to track the masks for the whole video.
|
|
|
|
| 48 |
2. Then click `Inpainting` to get the inpainting results.
|
| 49 |
+
|
| 50 |
|
| 51 |
*You can always refer to the `Highlighted Text` box on the page for guidance on the next step!*
|
| 52 |
|
|
|
|
| 59 |
```
|
| 60 |
|
| 61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
|
| 63 |
## Acknowledgements
|
| 64 |
|
| 65 |
+
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). Also the gradio demo page is based on [ProPainter's huggingface demo page](https://github.com/sczhou/ProPainter/tree/main/web-demos/hugging_face). Thanks for their awesome works.
|