Instructions to use AEmotionStudio/sapiens2-pointmap with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sapiens2
How to use AEmotionStudio/sapiens2-pointmap 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
- Notebooks
- Google Colab
- Kaggle
Add README with license summary + attribution
Browse files
README.md
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: sapiens2-meta-proprietary
|
| 4 |
+
license_link: https://huggingface.co/AEmotionStudio/sapiens2-pointmap/blob/main/LICENSE.md
|
| 5 |
+
tags:
|
| 6 |
+
- sapiens2
|
| 7 |
+
- human-centric
|
| 8 |
+
- vision
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Sapiens2 — pointmap
|
| 12 |
+
|
| 13 |
+
Mirror of [`facebook/sapiens2-pointmap-*`](https://huggingface.co/collections/facebook/sapiens2) (3D pointmap estimation (camera-space xyz)).
|
| 14 |
+
|
| 15 |
+
This mirror exists to give the [ComfyUI-FFMPEGA](https://github.com/AEmotionStudio/ComfyUI-FFMPEGA)
|
| 16 |
+
project a stable, regional source for Sapiens2 checkpoints used by the
|
| 17 |
+
`sapiens2` no-LLM mode. Weights are bit-identical to the upstream
|
| 18 |
+
release — see `facebook/sapiens2-pointmap-<size>` for the official copy.
|
| 19 |
+
|
| 20 |
+
## License
|
| 21 |
+
|
| 22 |
+
Sapiens2 is released under Meta's **Sapiens2 Proprietary License**
|
| 23 |
+
(see `LICENSE.md` in this repo for the full text). Key restrictions:
|
| 24 |
+
|
| 25 |
+
- No surveillance, biometric identification, or deepfake use.
|
| 26 |
+
- No use for weapons / critical-infrastructure.
|
| 27 |
+
- Attribution required on publications.
|
| 28 |
+
|
| 29 |
+
By downloading these weights you accept the license terms.
|
| 30 |
+
|
| 31 |
+
## Citation
|
| 32 |
+
|
| 33 |
+
```bibtex
|
| 34 |
+
@article{khirodkarsapiens2,
|
| 35 |
+
title={Sapiens2},
|
| 36 |
+
author={Khirodkar, Rawal and Wen, He and Martinez, Julieta and Dong, Yuan and Su, Zhaoen and Saito, Shunsuke},
|
| 37 |
+
journal={arXiv preprint arXiv:2604.21681},
|
| 38 |
+
year={2026}
|
| 39 |
+
}
|
| 40 |
+
```
|