Update app.py
Browse files
app.py
CHANGED
|
@@ -419,7 +419,12 @@ with gr.Blocks() as demo:
|
|
| 419 |
1. Upload your video
|
| 420 |
2. With 'include' point type selected, Click on the object to mask on first frame
|
| 421 |
3. Switch to 'exclude' point type if you want to specify an area to avoid
|
| 422 |
-
4.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 423 |
""")
|
| 424 |
with gr.Row():
|
| 425 |
|
|
|
|
| 419 |
1. Upload your video
|
| 420 |
2. With 'include' point type selected, Click on the object to mask on first frame
|
| 421 |
3. Switch to 'exclude' point type if you want to specify an area to avoid
|
| 422 |
+
4. Get Mask !
|
| 423 |
+
5. Check Propagation every 15 frames
|
| 424 |
+
6. Add point on corresponding frame number if any mask needs to be refined
|
| 425 |
+
7. If propagation seems ok on every 15 frames, propagate with "render" to render final masked video !
|
| 426 |
+
8. Hit Reset button if you want to refresh and start again.
|
| 427 |
+
* Input video will be processed over 10 seconds only for demo purpose :)
|
| 428 |
""")
|
| 429 |
with gr.Row():
|
| 430 |
|