SAM_Object_Isolation / README.txt
AItool's picture
Update README.txt
982580e verified
# SAM Object Isolation Demo
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.
https://github.com/facebookresearch/segment-anything
## Usage
- Upload your own image or click on the demo image.
- Click on the object you want to isolate.
- The isolated cutout will appear with a transparent background.
## Requirements
See `requirements.txt` for dependencies. The SAM checkpoint (`sam_vit_h_4b8939.pth`) must be placed in the root of the Space.