Skip to content
forked from IsshikiHugh/HSMR

[CVPR25 Oral (Top 3.3%)] Official code for paper "Reconstructing Humans with a Biomechanically Accurate Skeleton".

License

Notifications You must be signed in to change notification settings

tawnkramer/HSMR

This branch is 3 commits behind IsshikiHugh/HSMR:main.

Repository files navigation

Reconstructing Humans with a Biomechanically Accurate Skeleton


Reconstructing Humans with a Biomechanically Accurate Skeleton
Yan Xia, Xiaowei Zhou, Etienne Vouga, Qixing Huang, Georgios Pavlakos
CVPR 2025 (Oral)

πŸ“’ News

  • [2025.04.04] HSMR has been accepted as Oral paper at CVPR 2025! πŸŽ‰
  • [2025.03.28] Release HSMR demo code, evaluation code and training code.

βš’οΈ Setup

  1. 🌏 Environment Setup
  2. πŸ“¦ Data Preparation

πŸš€ Demo & Quick Start

python exp/run_demo.py --help

Quick start with images:

# Folders wil be identified as image folders by default if `--input_type` is not specified.
python exp/run_demo.py --input_path "data_inputs/demo/example_imgs"

Quick start with videos:

# Single file wil be identified as a video by default if `--input_type` is not specified.
python exp/run_demo.py --input_path "data_inputs/demo/example_videos/gymnasts.mp4"

Tips: Rendering skeleton meshes is pretty slow. For videos, adding --ignore_skel or decrease --max_instances could boost the speed. Check lib/kits/hsmr_demo.py:parse_args() for more details.

🧱 Reproducibility

For reproducing the results in the paper, please refer to docs/EVAL.md and docs/TRAIN.md.

πŸ—“οΈ TODOs

  • Release Colab demo.
  • Release Huggingface demo.
  • Release SKELify pipeline.
  • Release training code & data.

πŸ“ Citation

@inproceedings{xia2025hsmr,
  title={Reconstructing Humans with a Biomechanically Accurate Skeleton},
  author={Xia, Yan and Zhou, Xiaowei and Vouga, Etienne and Huang, Qixing and Pavlakos, Georgios},
  booktitle={CVPR},
  year={2025},
}

πŸ“œ Acknowledgement

Parts of the code are adapted from the following repos: SKEL, 4D-Humans/HMR2.0, SMPLify-X, SPIN, ProHMR, ViTPose, Detectron2, and GVHMR.

About

[CVPR25 Oral (Top 3.3%)] Official code for paper "Reconstructing Humans with a Biomechanically Accurate Skeleton".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%