vmoras commited on
Commit
71c636f
1 Parent(s): 1a25549

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -14
app.py CHANGED
@@ -81,20 +81,20 @@ with gr.Blocks() as demo:
81
  gr.Markdown(
82
  """
83
  # Instructions
84
- 1. Upload the image and press 'Send Image'
85
- 2. Wait until the word 'Done' appears on the 'Status' box
86
- 3. Click on the image where the upper left corner of the bbox should be
87
- 4. Click on the image where the lower right corner of the bbox should be
88
- 5. Check the coordinates using the 'bbox' box
89
- 6. Click on 'Send bounding box'
90
- 7. On the right side you will see the binary mask ·
91
- 8. on the lower side you will see the points that made up the polygon ·
92
- 9. Click on 'Clear bbox' to send another bounding box and repeat the steps from the thrid point
93
- 10. Repeat steps 3 to 9 until all the segments for this image are done
94
- 11. Click on the right corner of the image to remove it and repeat all the steps with the next
95
- image
96
-
97
- · If the binary mask is all black and the polygon is an empty list, it means the program did
98
  not find any segment in the bbox. Make the bbox a little big bigger if that happens.
99
  """)
100
 
 
81
  gr.Markdown(
82
  """
83
  # Instructions
84
+ 1. Upload the image and press 'Send Image'.
85
+ 2. Wait until the word 'Done' appears on the 'Status' box.
86
+ 3. Click on the image where the upper left corner of the bbox should be.
87
+ 4. Click on the image where the lower right corner of the bbox should be.
88
+ 5. Check the coordinates using the 'bbox' box.
89
+ 6. Click on 'Send bounding box'.
90
+ 7. On the right side you will see the binary mask '\*'.
91
+ 8. On the lower side you will see the points that made up the polygon '\*'.
92
+ 9. Click on 'Clear bbox' to send another bounding box and repeat the steps from the thrid step.
93
+ 10. Repeat steps 3 to 9 until all the segments for this image are done.
94
+ 11. Click on the right corner of the image to remove it and repeat all the steps with the next
95
+ image.
96
+
97
+ '\*' If the binary mask is all black and the polygon is an empty list, it means the program did
98
  not find any segment in the bbox. Make the bbox a little big bigger if that happens.
99
  """)
100