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
PhD Student at Ivy School needs approval...
#21
by liyb2000 - opened
Dear Meta researchers,
I'm a CS PhD student doing research at an ivy school in the U.S (Brown University). I'm working on computer vision and computer graphics. I would like to use this model for my research aiming for Siggraph in 2months. However, my request is rejected. Could you please give me an approval? Thank you!
I have my github repo, personal website attached my on profile. Please let me know if there's any extra information needed.
Could you please help? It's an urgent experiment I need to run. Thanks!
liyb2000 changed discussion status to closed
liyb2000 changed discussion status to open