Instructions to use shi-labs/oneformer_coco_dinat_large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use shi-labs/oneformer_coco_dinat_large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="shi-labs/oneformer_coco_dinat_large")# Load model directly from transformers import AutoProcessor, OneFormerForUniversalSegmentation processor = AutoProcessor.from_pretrained("shi-labs/oneformer_coco_dinat_large") model = OneFormerForUniversalSegmentation.from_pretrained("shi-labs/oneformer_coco_dinat_large") - Notebooks
- Google Colab
- Kaggle
Commit ·
dfeb4a2
1
Parent(s): c1fc25c
Add model
Browse files- pytorch_model.bin +2 -2
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a6cf9ddc4b115cffc4ce1325d4283df2977dc90f04bc754ccc5c50beab5bb5fa
|
| 3 |
+
size 893078957
|