Instructions to use Agacy/PDI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Agacy/PDI with Transformers:
# Load model directly from transformers import AutoProcessor, OneFormerForUniversalSegmentation processor = AutoProcessor.from_pretrained("Agacy/PDI") model = OneFormerForUniversalSegmentation.from_pretrained("Agacy/PDI") - Notebooks
- Google Colab
- Kaggle
Upload OneFormerForUniversalSegmentation
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 949389868
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:152fbc1e1003a328adae86d5d879b89f24d4aaf39fe5dc1625d912fdb2b1f9dd
|
| 3 |
size 949389868
|