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

Identify particular elements (like wrist, shoulder, knee...) #6

Open
JivanRoquet opened this issue Feb 20, 2020 · 1 comment
Open

Comments

@JivanRoquet
Copy link

This library is really great work.

I was wondering, as it's not clear in the documentation, if there is a way to "simply" get the coordinates for the estimated location of different elements of the reconstituted pose mesh.

For example, let's say I'd like to get the following result:

{
    'wrist_R': (12, 22),
    'elbow_R': (43, 13),
    'shoulder_R': (44, 55),
    'neck': (56, 53)
}

Following through the steps in pose_mobile_net.ipynb, it doesn't like there's an immediate and/or obvious way to get to that sort of result.

In my use case, I'm actually not that interested in the "connections" between the dots, but much more in knowing what part of the body each particular dot refers to. Would you have idea of how to achieve that?

Thanks,

@JivanRoquet JivanRoquet changed the title Simple way to detect particular elements (like wrist, shoulder, knee...)? Simple way to identify particular elements (like wrist, shoulder, knee...)? Feb 20, 2020
@JivanRoquet JivanRoquet changed the title Simple way to identify particular elements (like wrist, shoulder, knee...)? Identify particular elements (like wrist, shoulder, knee...) Feb 20, 2020
@michalfaber
Copy link
Owner

Hi @JivanRoquet I added a new folder estimation_example. The code does exactly what you need. Check out the scripts: coordinates.py, connections.py.

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