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
Request for SAM3
#266
by sazanamiyan - opened
Hi SAM3 team,
My access request was rejected, but I believe this may be an automated
mistake. I am a Master student at HKUST working on
computer vision research, specifically on Video background segmentation.
I would like to use SAM3 for Video background segmentation.
My HF username: sazanamiyan
My affiliation: HKUST
Contact: lliuct@connect.ust.hk
Could you please reconsider my access request?
Thank you very much!