David310 commited on
Commit
f68e470
·
verified ·
1 Parent(s): b04415a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -10
app.py CHANGED
@@ -557,17 +557,13 @@ with gr.Blocks(css=css) as demo:
557
 
558
  with gr.Column():
559
 
560
- gr.Markdown("""Instructions: (read the instructions)
561
 
562
- 1. Upload your video [MP4-24fps]
563
- 2. With 'include' point type selected, Click on the object to mask on first frame
564
- 3. Switch to 'exclude' point type if you want to specify an area to avoid
565
- 4. Get Mask !
566
- 5. Check Propagation every 15 frames
567
- 6. Add point on corresponding frame number if any mask needs to be refined
568
- 7. If propagation seems ok on every 15 frames, propagate with "render" to render final masked video !
569
- 8. Hit Reset button if you want to refresh and start again.
570
- * Input video will be processed over 10 seconds only for demo purpose :)
571
  """)
572
 
573
  output_propagated = gr.Gallery(label="Propagated Mask samples gallery", columns=4, visible=False)
 
557
 
558
  with gr.Column():
559
 
560
+ gr.Markdown("""Instructions:
561
 
562
+ 1. Upload your video in .mp4 format
563
+ 2. Add points (include & exclude) to the first frame
564
+ 3. Get mask to have a preview of the mask
565
+ 4. Render propagate to output the final mask
566
+ 5. A button will appear at the bottom of the webpage, click it to download the mask in pickle format
 
 
 
 
567
  """)
568
 
569
  output_propagated = gr.Gallery(label="Propagated Mask samples gallery", columns=4, visible=False)