Instructions to use facebook/sapiens2-pose-5b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sapiens2
How to use facebook/sapiens2-pose-5b with sapiens2:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- sapiens
How to use facebook/sapiens2-pose-5b with sapiens:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Transformers
How to use facebook/sapiens2-pose-5b with Transformers:
# Load model directly from transformers import AutoImageProcessor, Sapiens2ForPoseEstimation processor = AutoImageProcessor.from_pretrained("facebook/sapiens2-pose-5b") model = Sapiens2ForPoseEstimation.from_pretrained("facebook/sapiens2-pose-5b") - Notebooks
- Google Colab
- Kaggle
Add HF-compatible model.safetensors, config.json, and preprocessor_config.json
#3
by guarin HF Staff - opened
- config.json +0 -2
config.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"apply_layernorm": true,
|
| 3 |
"architectures": [
|
| 4 |
"Sapiens2ForPoseEstimation"
|
| 5 |
],
|
|
@@ -1266,7 +1265,6 @@
|
|
| 1266 |
"LABEL_98": 98,
|
| 1267 |
"LABEL_99": 99
|
| 1268 |
},
|
| 1269 |
-
"layer_norm_eps": 1e-05,
|
| 1270 |
"layerscale_value": 1.0,
|
| 1271 |
"mlp_bias": true,
|
| 1272 |
"model_type": "sapiens2",
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"Sapiens2ForPoseEstimation"
|
| 4 |
],
|
|
|
|
| 1265 |
"LABEL_98": 98,
|
| 1266 |
"LABEL_99": 99
|
| 1267 |
},
|
|
|
|
| 1268 |
"layerscale_value": 1.0,
|
| 1269 |
"mlp_bias": true,
|
| 1270 |
"model_type": "sapiens2",
|