Instructions to use NatLee/openpose-keras-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use NatLee/openpose-keras-model with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://NatLee/openpose-keras-model") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,6 +2,9 @@
|
|
| 2 |
license: afl-3.0
|
| 3 |
metrics:
|
| 4 |
- accuracy
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
- GitHub Repo:
|
|
@@ -10,5 +13,4 @@ metrics:
|
|
| 10 |
|
| 11 |
- Mirror
|
| 12 |
|
| 13 |
-
This model is a mirror from [model.h5](https://www.dropbox.com/s/llpxd14is7gyj0z/model.h5).
|
| 14 |
-
|
|
|
|
| 2 |
license: afl-3.0
|
| 3 |
metrics:
|
| 4 |
- accuracy
|
| 5 |
+
library_name: keras
|
| 6 |
+
tags:
|
| 7 |
+
- code
|
| 8 |
---
|
| 9 |
|
| 10 |
- GitHub Repo:
|
|
|
|
| 13 |
|
| 14 |
- Mirror
|
| 15 |
|
| 16 |
+
This model is a mirror from [model.h5](https://www.dropbox.com/s/llpxd14is7gyj0z/model.h5).
|
|
|