Add component: Trimap Editor
#7
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
|
@@ -157,5 +157,17 @@
|
|
| 157 |
"description": "",
|
| 158 |
"author": "abidlabs",
|
| 159 |
"tags": []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 160 |
}
|
| 161 |
]
|
|
|
|
| 157 |
"description": "",
|
| 158 |
"author": "abidlabs",
|
| 159 |
"tags": []
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"id": "trimap-editor",
|
| 163 |
+
"name": "Trimap Editor",
|
| 164 |
+
"description": "Draw trimap masks for image matting: foreground, unknown, and background regions",
|
| 165 |
+
"author": "hysts",
|
| 166 |
+
"tags": [
|
| 167 |
+
"trimap",
|
| 168 |
+
"image matting",
|
| 169 |
+
"segmentation"
|
| 170 |
+
],
|
| 171 |
+
"repo_url": "https://github.com/hysts/gradio-trimap-editor"
|
| 172 |
}
|
| 173 |
]
|