File size: 738 Bytes
bdbfe3f
 
 
 
 
d4acd72
898332e
 
 
 
 
f7582ac
 
d4acd72
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
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.