new examples
Browse files- .gitattributes +2 -0
- app.py +6 -6
- images/bags.jpeg +0 -0
- images/bear.png +3 -0
- images/birds.png +3 -0
- images/car.jpeg +0 -0
- images/deer.jpeg +0 -0
- images/fish.jpg +3 -0
- images/penguin.png +3 -0
- images/penn.jpeg +0 -0
- images/penn.jpg +3 -0
- images/tiger.jpeg +0 -0
.gitattributes
CHANGED
@@ -32,3 +32,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
36 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
app.py
CHANGED
@@ -165,13 +165,13 @@ app = gr.Interface(
|
|
165 |
gr.Gallery(label="Result"),
|
166 |
],
|
167 |
examples=[
|
168 |
-
["images/
|
169 |
-
["images/
|
170 |
-
["images/
|
171 |
-
["images/
|
172 |
-
["images/penn.
|
173 |
],
|
174 |
-
title="Segment Anything",
|
175 |
description="Zero-Shot Object Detection, Segmentation and Cropping",
|
176 |
article="https://segment-anything.com",
|
177 |
)
|
|
|
165 |
gr.Gallery(label="Result"),
|
166 |
],
|
167 |
examples=[
|
168 |
+
["images/fish.jpg", "fish"],
|
169 |
+
["images/birds.png", "bird"],
|
170 |
+
["images/bear.png", "bear"],
|
171 |
+
["images/penguin.png", "penguin"],
|
172 |
+
["images/penn.jpg", "sign board"]
|
173 |
],
|
174 |
+
title="Segment Anything: Animal Edition",
|
175 |
description="Zero-Shot Object Detection, Segmentation and Cropping",
|
176 |
article="https://segment-anything.com",
|
177 |
)
|
images/bags.jpeg
DELETED
Binary file (121 kB)
|
|
images/bear.png
ADDED
![]() |
Git LFS Details
|
images/birds.png
ADDED
![]() |
Git LFS Details
|
images/car.jpeg
DELETED
Binary file (441 kB)
|
|
images/deer.jpeg
DELETED
Binary file (147 kB)
|
|
images/fish.jpg
ADDED
![]() |
Git LFS Details
|
images/penguin.png
ADDED
![]() |
Git LFS Details
|
images/penn.jpeg
DELETED
Binary file (444 kB)
|
|
images/penn.jpg
ADDED
![]() |
Git LFS Details
|
images/tiger.jpeg
DELETED
Binary file (171 kB)
|
|