rawalkhirodkar commited on
Commit
5b44a45
1 Parent(s): 902f59a

Update model card for Sapiens

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ license: cc-by-nc-4.0
4
+ ---
5
+
6
+ # Sapiens-0.6b-torchscript
7
+
8
+ ## Model Card for Sapiens
9
+
10
+ Sapiens is a family of vision transformers pretrained on 300 million human images at 1024 x 1024 image resolution. The pretrained models, when finetuned for human-centric vision tasks, generalize to in-the-wild conditions.
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+ Sapiens-0.6b 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:** 0.6b
21
+ - **Task:** pretrain
22
+ - **Format:** torchscript
23
+ - **File:** sapiens_0.6b_epoch_1600_torchscript.pt2
24
+
25
+ ### Model Sources
26
+
27
+ - **Repository:** [https://github.com/facebookresearch/sapiens](https://github.com/facebookresearch/sapiens)
28
+ - **Paper:** [https://arxiv.org/abs/2408.12569](https://arxiv.org/abs/2408.12569)
29
+
30
+ ## Uses
31
+
32
+ Pretrained 0.6b model can be used for feature extraction, fine-tuning, or as a starting point for training new models.
33
+