Instructions to use facebook/sam2-hiera-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use facebook/sam2-hiera-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("mask-generation", model="facebook/sam2-hiera-large")# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("facebook/sam2-hiera-large") model = AutoModel.from_pretrained("facebook/sam2-hiera-large", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Haitham Khedr commited on
Upload sam2_hiera_large.pt
Browse files- sam2_hiera_large.pt +3 -0
sam2_hiera_large.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7442e4e9b732a508f80e141e7c2913437a3610ee0c77381a66658c3a445df87b
|
| 3 |
+
size 897952466
|