Add component: Trimap Editor
Browse files**Trimap Editor**
Draw trimap masks for image matting: foreground, unknown, and background regions
Author: @hysts
- components/trimap-editor.json +2 -0
- manifest.json +14 -12
components/trimap-editor.json
CHANGED
|
@@ -4,6 +4,8 @@
|
|
| 4 |
"description": "Draw trimap masks for image matting: foreground, unknown, and background regions",
|
| 5 |
"author": "hysts",
|
| 6 |
"tags": [
|
|
|
|
|
|
|
| 7 |
"trimap",
|
| 8 |
"image matting",
|
| 9 |
"segmentation"
|
|
|
|
| 4 |
"description": "Draw trimap masks for image matting: foreground, unknown, and background regions",
|
| 5 |
"author": "hysts",
|
| 6 |
"tags": [
|
| 7 |
+
"computer vision",
|
| 8 |
+
"image",
|
| 9 |
"trimap",
|
| 10 |
"image matting",
|
| 11 |
"segmentation"
|
manifest.json
CHANGED
|
@@ -160,18 +160,6 @@
|
|
| 160 |
],
|
| 161 |
"repo_url": "https://github.com/hysts/gradio-huggingface-hub-search"
|
| 162 |
},
|
| 163 |
-
{
|
| 164 |
-
"id": "trimap-editor",
|
| 165 |
-
"name": "Trimap Editor",
|
| 166 |
-
"description": "Draw trimap masks for image matting: foreground, unknown, and background regions",
|
| 167 |
-
"author": "hysts",
|
| 168 |
-
"tags": [
|
| 169 |
-
"trimap",
|
| 170 |
-
"image matting",
|
| 171 |
-
"segmentation"
|
| 172 |
-
],
|
| 173 |
-
"repo_url": "https://github.com/hysts/gradio-trimap-editor"
|
| 174 |
-
},
|
| 175 |
{
|
| 176 |
"id": "detection-viewer",
|
| 177 |
"name": "Detection Viewer",
|
|
@@ -201,5 +189,19 @@
|
|
| 201 |
"interactive segmentation"
|
| 202 |
],
|
| 203 |
"repo_url": "https://github.com/hysts/gradio-sam-prompter"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 204 |
}
|
| 205 |
]
|
|
|
|
| 160 |
],
|
| 161 |
"repo_url": "https://github.com/hysts/gradio-huggingface-hub-search"
|
| 162 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 163 |
{
|
| 164 |
"id": "detection-viewer",
|
| 165 |
"name": "Detection Viewer",
|
|
|
|
| 189 |
"interactive segmentation"
|
| 190 |
],
|
| 191 |
"repo_url": "https://github.com/hysts/gradio-sam-prompter"
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"id": "trimap-editor",
|
| 195 |
+
"name": "Trimap Editor",
|
| 196 |
+
"description": "Draw trimap masks for image matting: foreground, unknown, and background regions",
|
| 197 |
+
"author": "hysts",
|
| 198 |
+
"tags": [
|
| 199 |
+
"computer vision",
|
| 200 |
+
"image",
|
| 201 |
+
"trimap",
|
| 202 |
+
"image matting",
|
| 203 |
+
"segmentation"
|
| 204 |
+
],
|
| 205 |
+
"repo_url": "https://github.com/hysts/gradio-trimap-editor"
|
| 206 |
}
|
| 207 |
]
|