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, AutoModel processor = AutoProcessor.from_pretrained("facebook/sam3") model = AutoModel.from_pretrained("facebook/sam3", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Request review
#366
by jigenMal - opened
Hello,
I would appreciate a reconsideration of my access request to facebook/sam3, that has been denied.
I need the model for an academic project involving 3D environment reconstruction from 360° video footage. Specifically, I plan to use SAM3 to segment and mask unwanted objects/elements in the footage to improve the reconstruction process.
The model will be used solely for educational and research purposes.
Thank you for your consideration.