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 AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("facebook/sam3") model = AutoModel.from_pretrained("facebook/sam3") - Notebooks
- Google Colab
- Kaggle
I has been rejected
#232
by suifenging - opened
I am requesting access to facebook/sam3 for research and evaluation purposes.
I plan to test the model in a controlled environment for image segmentation and related computer vision experiments.
I will comply with the model license, Meta policies, privacy requirements, and all applicable use restrictions.