Image Feature Extraction
sapiens2
Safetensors
sapiens
Transformers
feature-extraction
vision-transformer
human-centric
pretrained-backbone
Instructions to use facebook/sapiens2-pretrain-5b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sapiens2
How to use facebook/sapiens2-pretrain-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-pretrain-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-pretrain-5b with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="facebook/sapiens2-pretrain-5b")# Load model directly from transformers import AutoImageProcessor, AutoModel processor = AutoImageProcessor.from_pretrained("facebook/sapiens2-pretrain-5b") model = AutoModel.from_pretrained("facebook/sapiens2-pretrain-5b", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
407b02b
1
Parent(s): 3fb8bcb
Update library to sapiens2 and add transformers tag (#4)
Browse files- Update library to sapiens2 and add transformers tag (ee66042165ff2a45df22f1ae5ff5067cc101f540)
Co-authored-by: guarin <guarin@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -3,7 +3,7 @@ license: other
|
|
| 3 |
license_name: sapiens2-license
|
| 4 |
license_link: https://github.com/facebookresearch/sapiens2/blob/main/LICENSE.md
|
| 5 |
pipeline_tag: image-feature-extraction
|
| 6 |
-
library_name:
|
| 7 |
tags:
|
| 8 |
- sapiens
|
| 9 |
- sapiens2
|
|
@@ -11,6 +11,7 @@ tags:
|
|
| 11 |
- human-centric
|
| 12 |
- pretrained-backbone
|
| 13 |
- feature-extraction
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# Sapiens2-5B
|
|
|
|
| 3 |
license_name: sapiens2-license
|
| 4 |
license_link: https://github.com/facebookresearch/sapiens2/blob/main/LICENSE.md
|
| 5 |
pipeline_tag: image-feature-extraction
|
| 6 |
+
library_name: sapiens2
|
| 7 |
tags:
|
| 8 |
- sapiens
|
| 9 |
- sapiens2
|
|
|
|
| 11 |
- human-centric
|
| 12 |
- pretrained-backbone
|
| 13 |
- feature-extraction
|
| 14 |
+
- transformers
|
| 15 |
---
|
| 16 |
|
| 17 |
# Sapiens2-5B
|