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.
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 theBODY_25
skeleton and unnormalized 2d keypoints. Note that fitting only uses thebody_keypoints_2d
of the first detected person in the file.