--- license: apache-2.0 language: - en --- # FastHMR checkpoints 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.