Instructions to use facebook/sapiens2-normal-5b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sapiens2
How to use facebook/sapiens2-normal-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-normal-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-normal-5b with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("depth-estimation", model="facebook/sapiens2-normal-5b")# Load model directly from transformers import AutoImageProcessor, Sapiens2ForNormalEstimation processor = AutoImageProcessor.from_pretrained("facebook/sapiens2-normal-5b") model = Sapiens2ForNormalEstimation.from_pretrained("facebook/sapiens2-normal-5b") - Notebooks
- Google Colab
- Kaggle
Update library to sapiens2 and add transformers tag
#4
by guarin HF Staff - opened
README.md
CHANGED
|
@@ -3,13 +3,14 @@ license: other
|
|
| 3 |
license_name: sapiens2-license
|
| 4 |
license_link: https://github.com/facebookresearch/sapiens2/blob/main/LICENSE.md
|
| 5 |
pipeline_tag: depth-estimation
|
| 6 |
-
library_name:
|
| 7 |
base_model: facebook/sapiens2-pretrain-5b
|
| 8 |
tags:
|
| 9 |
- sapiens
|
| 10 |
- sapiens2
|
| 11 |
- human-centric
|
| 12 |
- normal
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# Sapiens2-5B-Surface
|
|
|
|
| 3 |
license_name: sapiens2-license
|
| 4 |
license_link: https://github.com/facebookresearch/sapiens2/blob/main/LICENSE.md
|
| 5 |
pipeline_tag: depth-estimation
|
| 6 |
+
library_name: sapiens2
|
| 7 |
base_model: facebook/sapiens2-pretrain-5b
|
| 8 |
tags:
|
| 9 |
- sapiens
|
| 10 |
- sapiens2
|
| 11 |
- human-centric
|
| 12 |
- normal
|
| 13 |
+
- transformers
|
| 14 |
---
|
| 15 |
|
| 16 |
# Sapiens2-5B-Surface
|