Spaces:
Running
Running
Commit
Β·
f9e9115
1
Parent(s):
3dbd6ff
minor
Browse files
app.py
CHANGED
|
@@ -121,11 +121,12 @@ demo_mask_sam = gr.Interface(fn=inference_mask1_sam,
|
|
| 121 |
examples=examples_sam,
|
| 122 |
#title="SegGPT for Any Segmentation<br>(Painter Inside)",
|
| 123 |
description="<p> \
|
|
|
|
| 124 |
Choose an example below 🔥 🔥 🔥 <br>\
|
| 125 |
Or, upload by yourself: <br>\
|
| 126 |
1. Upload images to be tested to 'img1' and 'img2'. <br>2. Upload a prompt image to 'prompt' and draw <strong>a point or line on the target<strong>. <br>\
|
| 127 |
<br> \
|
| 128 |
-
π SAM
|
| 129 |
π Examples below were never trained and are randomly selected for testing in the wild. <br>\
|
| 130 |
π Current UI interface only unleashes a small part of the capabilities of SegGPT, i.e., 1-shot case. \
|
| 131 |
</p>",
|
|
|
|
| 121 |
examples=examples_sam,
|
| 122 |
#title="SegGPT for Any Segmentation<br>(Painter Inside)",
|
| 123 |
description="<p> \
|
| 124 |
+
<strong>SAM+SegGPT: One touch for segmentation in all images or videos.<strong> <br> \
|
| 125 |
Choose an example below 🔥 🔥 🔥 <br>\
|
| 126 |
Or, upload by yourself: <br>\
|
| 127 |
1. Upload images to be tested to 'img1' and 'img2'. <br>2. Upload a prompt image to 'prompt' and draw <strong>a point or line on the target<strong>. <br>\
|
| 128 |
<br> \
|
| 129 |
+
π SAM segments the target with any point or scribble, then SegGPT segments all other images. <br>\
|
| 130 |
π Examples below were never trained and are randomly selected for testing in the wild. <br>\
|
| 131 |
π Current UI interface only unleashes a small part of the capabilities of SegGPT, i.e., 1-shot case. \
|
| 132 |
</p>",
|