Instructions to use nielsr/vitpose-base-simple with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nielsr/vitpose-base-simple with Transformers:
# Load model directly from transformers import AutoImageProcessor, ViTPoseForPoseEstimation processor = AutoImageProcessor.from_pretrained("nielsr/vitpose-base-simple") model = ViTPoseForPoseEstimation.from_pretrained("nielsr/vitpose-base-simple") - Notebooks
- Google Colab
- Kaggle
Upload ViTPoseForPoseEstimation
Browse files- model.safetensors +2 -2
model.safetensors
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:85375373893ddd3641f3912821073e53f5435f9e966e1dca59d004454bfe4fdf
|
| 3 |
+
size 343673076
|