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
Request for SAM3
#272
by Zhangyc1 - opened
Hi SAM3 team,
My access request was rejected, but I believe this may be an automated mistake. I am a Master's student at Wuhan University working on computer vision and 3D Gaussian Splatting (3DGS).
I would like to use SAM3 for object recognition in railway and highway environments to support my research.
My HF username: Zhangyc1
My affiliation: Wuhan University
Contact: yczhang03@whu.edu.cn
Could you please reconsider my access request?
Thank you very much!