From b0a0537c2e50990baaca335280514f4b4408aeae Mon Sep 17 00:00:00 2001 From: David PAGNON Date: Sun, 15 Jan 2023 19:27:33 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c7775b2..c72295f 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,8 @@ Results are stored as .trc files in the `Demo/pose-3d` directory. ### 2D pose estimation > _**Estimate 2D pose from images with Openpose or an other pose estimation solution.**_ +OpenPose BODY_25B is the default 2D pose estimation model used in Pose2Sim. However, other skeleton models from other 2D pose estimation solutions can be used alternatively. To specify the model, make sure you change the `pose_model` in the `User\Config.toml` file. You may also need to choose a different `tracked_keypoint` if the Neck is not detected by the chosen model. All alternative OpenSim model and setup files are provided in the `Empty_project\opensim` folder. + #### With OpenPose: The accuracy and robustness of Pose2Sim have been thoroughly assessed only with OpenPose, and especially with the BODY_25B model. Consequently, we recommend using this 2D pose estimation solution. See [OpenPose repository](https://github.com/CMU-Perceptual-Computing-Lab/openpose) for installation and running. * Open a command prompt in your **OpenPose** directory. \