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 to reconsider rejected access to facebook/sam3
#343
by GerwaPanda - opened
Hello,
My Hugging Face username is:
My access request to facebook/sam3 was rejected. I plan to use SAM3 locally
for , as part of the FullCircle 360-degree reconstruction
pipeline.
I will comply with the model license and will not redistribute the weights.
Could you please move my request back to pending or grant access?
Thank you.