Add component: SAM Prompter
Browse files**SAM Prompter**
Interactive SAM prompt input and mask visualization
Author: @hysts
- assets/sam-prompter.png +3 -0
- components/sam-prompter.json +0 -0
- manifest.json +11 -0
assets/sam-prompter.png
ADDED
|
Git LFS Details
|
components/sam-prompter.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
manifest.json
CHANGED
|
@@ -157,5 +157,16 @@
|
|
| 157 |
"description": "",
|
| 158 |
"author": "abidlabs",
|
| 159 |
"tags": []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 160 |
}
|
| 161 |
]
|
|
|
|
| 157 |
"description": "",
|
| 158 |
"author": "abidlabs",
|
| 159 |
"tags": []
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"id": "sam-prompter",
|
| 163 |
+
"name": "SAM Prompter",
|
| 164 |
+
"description": "Interactive SAM prompt input and mask visualization",
|
| 165 |
+
"author": "hysts",
|
| 166 |
+
"tags": [
|
| 167 |
+
"sam",
|
| 168 |
+
"interactive segmentation"
|
| 169 |
+
],
|
| 170 |
+
"repo_url": "https://github.com/hysts/gradio-sam-prompter"
|
| 171 |
}
|
| 172 |
]
|