FastHMR / README.md
SoroushMehraban's picture
Update README.md
898332e verified
---
license: apache-2.0
language:
- en
---
# FastHMR checkpoints
<video width="480" controls>
<source src="https://soroushmehraban.github.io/FastHMR/static/videos/teaser.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
This respository contains checkpoints of the [FastHMR](https://arxiv.org/abs/2510.10868) project.
The files are:
- `fasthmr_ckpts/camerahmr_diffdecoder.pth.tr`: Diffusion decoder of the CameraHMR model.
- `fasthmr_ckpts/hmr2_diffdecoder.pth.tr`: Diffusion decoder of the HMR2.0 model.
- `fasthmr_ckpts/vae.pth.tr`: VAE model.
- `feature_extractors/camerahmr.pth.tr`: CameraHMR after layer merging using ECLM.
- `feature_extractors/hmr2.pth.tr`: HMR2.0 after layer merging using ECLM.