Add component: Trimap Editor
#9
by
hysts HF Staff - opened
- assets/trimap-editor-trimap.png +3 -0
- assets/trimap-editor.webp +3 -0
- components/trimap-editor.json +0 -0
- manifest.json +12 -0
assets/trimap-editor-trimap.png
ADDED
|
Git LFS Details
|
assets/trimap-editor.webp
ADDED
|
Git LFS Details
|
components/trimap-editor.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
manifest.json
CHANGED
|
@@ -179,5 +179,17 @@
|
|
| 179 |
"huggingface"
|
| 180 |
],
|
| 181 |
"repo_url": "https://github.com/hysts/gradio-huggingface-hub-search"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 182 |
}
|
| 183 |
]
|
|
|
|
| 179 |
"huggingface"
|
| 180 |
],
|
| 181 |
"repo_url": "https://github.com/hysts/gradio-huggingface-hub-search"
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"id": "trimap-editor",
|
| 185 |
+
"name": "Trimap Editor",
|
| 186 |
+
"description": "Draw trimap masks for image matting: foreground, unknown, and background regions",
|
| 187 |
+
"author": "hysts",
|
| 188 |
+
"tags": [
|
| 189 |
+
"trimap",
|
| 190 |
+
"image matting",
|
| 191 |
+
"segmentation"
|
| 192 |
+
],
|
| 193 |
+
"repo_url": "https://github.com/hysts/gradio-trimap-editor"
|
| 194 |
}
|
| 195 |
]
|