Update model card for Sapiens with architecture details
Browse files
README.md
CHANGED
|
@@ -3,7 +3,7 @@ language: en
|
|
| 3 |
license: cc-by-nc-4.0
|
| 4 |
---
|
| 5 |
|
| 6 |
-
# Sapiens-
|
| 7 |
|
| 8 |
## Model Card for Sapiens
|
| 9 |
|
|
@@ -12,16 +12,18 @@ Sapiens is a family of vision transformers pretrained on 300 million human image
|
|
| 12 |
## Model Details
|
| 13 |
|
| 14 |
### Model Description
|
| 15 |
-
Sapiens-
|
| 16 |
|
| 17 |
- **Developed by:** Meta
|
| 18 |
- **Model type:** Vision Transformers
|
| 19 |
- **License:** Creative Commons Attribution-NonCommercial 4.0
|
| 20 |
-
- **Model Size:**
|
| 21 |
- **Task:** pretrain
|
| 22 |
- **Format:** torchscript
|
| 23 |
- **File:** sapiens_1b_epoch_173_torchscript.pt2
|
| 24 |
|
|
|
|
|
|
|
| 25 |
### Model Sources
|
| 26 |
|
| 27 |
- **Repository:** [https://github.com/facebookresearch/sapiens](https://github.com/facebookresearch/sapiens)
|
|
@@ -29,5 +31,5 @@ Sapiens-1B natively support 1K high-resolution inference and are extremely easy
|
|
| 29 |
|
| 30 |
## Uses
|
| 31 |
|
| 32 |
-
Pretrained
|
| 33 |
|
|
|
|
| 3 |
license: cc-by-nc-4.0
|
| 4 |
---
|
| 5 |
|
| 6 |
+
# Sapiens-1b-torchscript
|
| 7 |
|
| 8 |
## Model Card for Sapiens
|
| 9 |
|
|
|
|
| 12 |
## Model Details
|
| 13 |
|
| 14 |
### Model Description
|
| 15 |
+
Sapiens-1b natively support 1K high-resolution inference and are extremely easy to adapt for individual tasks by simply fine-tuning models pretrained on over 300 million in-the-wild human images. The resulting models exhibit remarkable generalization to in-the-wild data, even when labeled data is scarce or entirely synthetic. Our simple model design also brings scalability - model performance across tasks improves as we scale the parameters from 0.3 to 2 billion. Sapiens consistently surpasses existing baselines across various human-centric benchmarks.
|
| 16 |
|
| 17 |
- **Developed by:** Meta
|
| 18 |
- **Model type:** Vision Transformers
|
| 19 |
- **License:** Creative Commons Attribution-NonCommercial 4.0
|
| 20 |
+
- **Model Size:** 1b
|
| 21 |
- **Task:** pretrain
|
| 22 |
- **Format:** torchscript
|
| 23 |
- **File:** sapiens_1b_epoch_173_torchscript.pt2
|
| 24 |
|
| 25 |
+
|
| 26 |
+
|
| 27 |
### Model Sources
|
| 28 |
|
| 29 |
- **Repository:** [https://github.com/facebookresearch/sapiens](https://github.com/facebookresearch/sapiens)
|
|
|
|
| 31 |
|
| 32 |
## Uses
|
| 33 |
|
| 34 |
+
Pretrained 1b model can be used for feature extraction, fine-tuning, or as a starting point for training new models.
|
| 35 |
|