Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regarding getting the points on human body #131

Open
dubesar opened this issue Apr 1, 2020 · 1 comment
Open

Regarding getting the points on human body #131

dubesar opened this issue Apr 1, 2020 · 1 comment

Comments

@dubesar
Copy link

dubesar commented Apr 1, 2020

Can you specify the indices of all the points with their names such as top, right knee , hip, etc

@RichmondAlake
Copy link

I believe this is what you are looking for:

    let pointLabels: [String] = [
        "top",          //0
        "neck",         //1
        "R shoulder",   //2
        "R elbow",      //3
        "R wrist",      //4
        "L shoulder",   //5
        "L elbow",      //6
        "L wrist",      //7
        "R hip",        //8
        "R knee",       //9
        "R ankle",      //10
        "L hip",        //11
        "L knee",       //12
        "L ankle",      //13
    ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants