Update model card
Browse files
README.md
CHANGED
|
@@ -19,14 +19,14 @@ Sapiens2 is a family of high-resolution vision transformers pretrained on **1 bi
|
|
| 19 |
|
| 20 |
This repository contains the **1B parameter pretrained backbone**. It produces dense per-patch features suitable for fine-tuning downstream task heads.
|
| 21 |
|
| 22 |
-
- ๐ **Paper:** [
|
| 23 |
- ๐ **Project Page:** [rawalkhirodkar.github.io/sapiens2](https://rawalkhirodkar.github.io/sapiens2)
|
| 24 |
- ๐ป **Code:** [github.com/facebookresearch/sapiens2](https://github.com/facebookresearch/sapiens2)
|
| 25 |
|
| 26 |
## Model Details
|
| 27 |
|
| 28 |
- **Developed by:** Meta
|
| 29 |
-
- **Model type:** Vision Transformer
|
| 30 |
- **License:** [Sapiens2 License](https://github.com/facebookresearch/sapiens2/blob/main/LICENSE.md)
|
| 31 |
- **Task:** pretrain
|
| 32 |
- **Format:** safetensors
|
|
@@ -92,10 +92,10 @@ Released under the [Sapiens2 License](https://github.com/facebookresearch/sapien
|
|
| 92 |
## Citation
|
| 93 |
|
| 94 |
```bibtex
|
| 95 |
-
@
|
| 96 |
title={Sapiens2},
|
| 97 |
-
author={Khirodkar, Rawal and Wen, He and Martinez, Julieta and Dong, Yuan and
|
| 98 |
-
|
| 99 |
year={2026}
|
| 100 |
}
|
| 101 |
```
|
|
|
|
| 19 |
|
| 20 |
This repository contains the **1B parameter pretrained backbone**. It produces dense per-patch features suitable for fine-tuning downstream task heads.
|
| 21 |
|
| 22 |
+
- ๐ **Paper:** [arXiv:2604.21681](https://arxiv.org/pdf/2604.21681)
|
| 23 |
- ๐ **Project Page:** [rawalkhirodkar.github.io/sapiens2](https://rawalkhirodkar.github.io/sapiens2)
|
| 24 |
- ๐ป **Code:** [github.com/facebookresearch/sapiens2](https://github.com/facebookresearch/sapiens2)
|
| 25 |
|
| 26 |
## Model Details
|
| 27 |
|
| 28 |
- **Developed by:** Meta
|
| 29 |
+
- **Model type:** Vision Transformer
|
| 30 |
- **License:** [Sapiens2 License](https://github.com/facebookresearch/sapiens2/blob/main/LICENSE.md)
|
| 31 |
- **Task:** pretrain
|
| 32 |
- **Format:** safetensors
|
|
|
|
| 92 |
## Citation
|
| 93 |
|
| 94 |
```bibtex
|
| 95 |
+
@article{khirodkarsapiens2,
|
| 96 |
title={Sapiens2},
|
| 97 |
+
author={Khirodkar, Rawal and Wen, He and Martinez, Julieta and Dong, Yuan and Su, Zhaoen and Saito, Shunsuke},
|
| 98 |
+
journal={arXiv preprint arXiv:2604.21681},
|
| 99 |
year={2026}
|
| 100 |
}
|
| 101 |
```
|