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 Update on Pending SAM 3 Access Application
Hello Meta SAM 3 Team,
I would like to kindly follow up on my access request for SAM 3, which is currently pending.
My name is Erivan Lima, and I am a Master's student at the Federal University of Ceará (UFC), Brazil.
I intend to use SAM 3 exclusively for non-commercial academic research in an experimental project involving virtual reality game analysis. Specifically, I plan to use the model for floor segmentation on images reconstructed with the VGGT-Omega model, in order to evaluate scene understanding and segmentation methods in virtual environments.
The research is conducted within a university setting and is intended solely for scientific and academic purposes. I will fully comply with the SAM 3 license and all applicable usage restrictions.
If any additional information is required regarding my research project or institutional affiliation, I would be happy to provide it.
Thank you for your time and consideration.
Best regards,
Erivan Lima
Master's Student
Federal University of Ceará (UFC)
Brazil