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
Access request for Matser's thesis
#192
by saracarlespamias - opened
Hi there,
I'm Sara I'm doing my master's thesis on 3D reconstruction and semantic segmentation to from spacial and situational awareness in mobile robots. I'm studying at Polytechnic Universiti of Catalonia, Barcelona and I'm donig my thesis at the Institute of Robotics and Industrial Informatics. I would very much appreciate access to the sam3 models in order to refine and make my segmentation process and update it to be on par with the state of the arts.
Thank you and kind regards,
Sara Carles, Master's student at UPC.