AItool commited on
Commit
79e0330
·
verified ·
1 Parent(s): 513ed2e

Create README.txt

Browse files
Files changed (1) hide show
  1. README.txt +11 -0
README.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # SAM Object Isolation Demo
2
+
3
+ This Space lets you upload an image or use the demo photo, then click on an object to isolate it using Meta's Segment Anything Model (SAM). The output is an RGBA cutout with transparency.
4
+
5
+ ## Usage
6
+ - Upload your own image or click on the demo image.
7
+ - Click on the object you want to isolate.
8
+ - The isolated cutout will appear with a transparent background.
9
+
10
+ ## Requirements
11
+ See `requirements.txt` for dependencies. The SAM checkpoint (`sam_vit_h_4b8939.pth`) must be placed in the root of the Space.