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") - Notebooks
- Google Colab
- Kaggle
Re-request for Access to facebook/sam3
#298
by shaun5297 - opened
Hi,
I think my previous access request got rejected because I forgot to fill in my contact information β sorry about that, my bad.
I'm a second-year Master's student at Hangzhou City University, working on computer vision research. I came across SAM3 and wanted to use it for my research project on image/video segmentation. It's purely academic β no commercial use at all.
I've filled in my contact info properly this time. Would really appreciate it if you could take another look at my request.
Thanks a lot!
Yidong Shen
M.S. Student, Hangzhou City University
2240101029@stu.hzcu.edu.cn