Skip to main content

Segment Anything model for use with Autodistill

Project description

Autodistill Segment Anything Module

This repository contains the code supporting the Segment Anything base model for use with Autodistill.

Segment Anything (SAM) is a segmentation model developed by Meta AI Research. Segment Anything can segment an entire image into masks, or use points to segment specific parts of an object. You can use Segment Anything with Autodistill to segment objects. Segment Anything does not assign classes, so you should use the model with a tool like Grounding DINO or GPT-4V.

Read the full Autodistill documentation.

Read the SAM Autodistill documentation.

Installation

To use SAM with autodistill, you need to install the following dependency:

pip3 install autodistill-segment-anything

Quickstart

from autodistill_segment_anything import SegmentAnything

base_model = SegmentAnything(None)

masks = base_model.predict("./image.jpeg")

print(masks)

License

This project is licensed under an Apache 2.0 license.

🏆 Contributing

We love your input! Please see the core Autodistill contributing guide to get started. Thank you 🙏 to all our contributors!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autodistill-segment-anything-0.1.1.tar.gz (9.4 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file autodistill-segment-anything-0.1.1.tar.gz.

File metadata

File hashes

Hashes for autodistill-segment-anything-0.1.1.tar.gz
Algorithm Hash digest
SHA256 7b29e006386cc2354f3eafe6394fd226562277f68c4f948533e6596586a2120c
MD5 9152c6ab77aa4f15093dd069f9625953
BLAKE2b-256 bba505d8ee7ea036b52e34ea5d7df66af35f1b21eb065d85577504e4fb8fde49

See more details on using hashes here.

File details

Details for the file autodistill_segment_anything-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for autodistill_segment_anything-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5c5f63f74b77f3e333644ad1b8f4b13ae2615bc32df75978e7f45cdcad0cd735
MD5 debdfaf3f587ed69a61f01412bdafd7f
BLAKE2b-256 555a7fa375fb28c55aa58a23f8eee2cca0073f962948a12ef96697778bafc3c2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page