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
Student / AI R & D - Access Request
#174
by gaspal - opened
Hello Meta team,
I am a student at Institut Polytechnique de Paris. I'm currently working on an R&D project that relies on the segment-geospatial package (https://github.com/opengeos/segment-geospatial), which requires access to SAM3 through its SamGeo3 module.
I submitted an access request for sam3, and it is still showing as pending. Would really appreciate it if my request could be reviewed and approved so I can move forward with my work.
Thank you in advance for your time and help!
Best regards