Add component: Trimap Editor

#9
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
@@ -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
  ]