Keypoint markers algorithm

New project for OpenCap, which is a new software package to estimate 3D human movement dynamics from smartphone videos. OpenCap strongly relies on OpenSim.
POST REPLY
User avatar
KA PUI CHE
Posts: 3
Joined: Sun Aug 11, 2024 3:09 am

Keypoint markers algorithm

Post by KA PUI CHE » Thu Aug 29, 2024 10:52 am

I am planning to use OpenCap for my academic research and would like to learn more about the details of the system. I have a few specific questions that I hope you can assist me with:

1. I understand that OpenCap extracts 2D keypoints from images to calculate 3D keypoints. Could you please provide a definition and the locations of all the keypoints in both 2D and 3D? If possible, a diagram illustrating these keypoints would be greatly appreciated.

2. Regarding the kinematic data downloaded, could you clarify the meaning of the positive and negative values? Which directions do these values represent for the movements?

3. Will wearing shoes during data collection affect the accuracy of the data, specifically concerning the ankle joint?

User avatar
Matt Petrucci
Posts: 185
Joined: Fri Feb 24, 2012 11:49 am

Re: Keypoint markers algorithm

Post by Matt Petrucci » Thu Sep 05, 2024 1:54 pm

Hello,

1. The keypoints are dependent on whether you use OpenPose or HRNet. The triangulation of those same keypoints between the cameras is described here.

2. It might be good to go through the OpenSim tutorials here, and you can move the model through different movements so you can get a sense for what is positive and negative.

3. No, but depending on the color of the shoes in contrast with the environment or the leg, it may have a harder time estimating the ankle joint center. See more helpful tips in the tutorial video here.

Hope this helps,

POST REPLY