Instructions to use facebook/sam-vit-huge with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/sam-vit-huge with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("mask-generation", model="facebook/sam-vit-huge")# Load model directly from transformers import AutoProcessor, AutoModelForMaskGeneration processor = AutoProcessor.from_pretrained("facebook/sam-vit-huge") model = AutoModelForMaskGeneration.from_pretrained("facebook/sam-vit-huge") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 6f0df79
Update README.md d5c9889
Update README.md 446a05e
Update README.md 53153c0
Update README.md 893799f
Update README.md f827e1b
Update README.md bdd8cba
Update README.md 29139e0
Update README.md 1ccc4f3
Update README.md 85eb829
Create README.md 6bf626a
Upload SamForMaskGeneration a692c46
Upload processor 2b35cf6
Upload processor 6348709
Upload SamForMaskGeneration 99ac5c2
Upload SamForImageSegmentation bf4ebd0
initial commit a821219
Younes Belkada commited on