Instructions to use facebook/sam3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/sam3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("mask-generation", model="facebook/sam3")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("facebook/sam3") model = AutoModelForMultimodalLM.from_pretrained("facebook/sam3") - Notebooks
- Google Colab
- Kaggle
SAM3 Access request
#275
by TheKursta - opened
Hi,
I'm Klavs, 3rd year PhD in Biophysics in University of Cambridge working with microscopy images and trying to segment droplets from images. I would like to use SAM3 to segment the droplets from microscopy images, images contain both circular and squished droplets, therefore segmentation is desired approach. On the droplets I calculate their diamter and analyze features in the droplets.
My HF username: TheKursta
My affiliation: University of Cambridge, Chemistry Department
Contact: kj396@cam.ac.uk, thekursta@gmail.com
Best,
Klavs