davrempe / humor

Code for ICCV 2021 paper "HuMoR: 3D Human Motion Model for Robust Pose Estimation"
MIT License
518 stars 72 forks source link

Support custom OpenPose detections as input to RGB fitting #20

Closed davrempe closed 2 years ago

davrempe commented 2 years ago

Add flag to run_fitting that allows passing in pre-detected OpenPose .json files to be used rather than running OpenPose directly before fitting.

Support only OpenPose format resulting from their --write_json flag with the BODY_25 skeleton and unnormalized 2d keypoints. Note that fitting only uses the body_keypoints_2d of the first detected person in the file.

davrempe commented 2 years ago

Add in this commit and updated README with instructions to use.