Views
No views yet
| File | Size | Description |
|---|---|---|
hamer.ckpt | 2.6 GB | Pre-trained HaMeR model weights |
model_config.yaml | 2.1 KB | Model architecture config |
dataset_config.yaml | 1.4 KB | Dataset config |
mano_mean_params.npz | 1.2 KB | MANO mean pose parameters |
1from huggingface_hub import hf_hub_download
2
3ckpt = hf_hub_download(repo_id="Leo-TX/hamer", filename="hamer.ckpt")1@inproceedings{pavlakos2024reconstructing,
2 title={Reconstructing Hands in 3{D} with Transformers},
3 author={Pavlakos, Georgios and Shan, Dandan and Radosavovic, Ilija and Kanazawa, Angjoo and Fouhey, David and Malik, Jitendra},
4 booktitle={CVPR},
5 year={2024}
6}