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 rejected due to incorrect info - request to re-apply
#257
by vgbire - opened
Hello, I previously submitted an access request for this model but accidentally entered incorrect contact information, which resulted in my request being rejected. Could you please revoke the rejection or allow me to submit a new request? My correct information is: liaoliwen, Guangdong Polytechnic Normal University,1054254202@qq.com,Learning and evaluating the model for a computer vision course project. Thank you!