hysts HF Staff commited on
Commit
e56295f
·
verified ·
1 Parent(s): 1b47b5d

Add component: SAM Prompter

Browse files

**SAM Prompter**

Interactive SAM prompt input and mask visualization

Author: @hysts

assets/sam-prompter.png ADDED

Git LFS Details

  • SHA256: 6963169ecbd291dfc1b82f99c0b38b6cfd90585b3d76431e34f0dc1c869c4ffe
  • Pointer size: 132 Bytes
  • Size of remote file: 4.11 MB
components/sam-prompter.json ADDED
The diff for this file is too large to render. See raw diff
 
manifest.json CHANGED
@@ -157,5 +157,16 @@
157
  "description": "",
158
  "author": "abidlabs",
159
  "tags": []
 
 
 
 
 
 
 
 
 
 
 
160
  }
161
  ]
 
157
  "description": "",
158
  "author": "abidlabs",
159
  "tags": []
160
+ },
161
+ {
162
+ "id": "sam-prompter",
163
+ "name": "SAM Prompter",
164
+ "description": "Interactive SAM prompt input and mask visualization",
165
+ "author": "hysts",
166
+ "tags": [
167
+ "sam",
168
+ "interactive segmentation"
169
+ ],
170
+ "repo_url": "https://github.com/hysts/gradio-sam-prompter"
171
  }
172
  ]