Add component: Trimap Editor

#7
by hysts HF Staff - opened
assets/trimap-editor-trimap.png ADDED

Git LFS Details

  • SHA256: cb11f95813b392a9aaf3d7424675380be6d099132010964f663cfc204c45707a
  • Pointer size: 129 Bytes
  • Size of remote file: 5.68 kB
assets/trimap-editor.webp ADDED

Git LFS Details

  • SHA256: 68c2fc9127d6a1737667e2159fefe68bef5bf1e19c300b0193e5e33bc22df7e6
  • Pointer size: 131 Bytes
  • Size of remote file: 150 kB
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
  ]