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

Error 404 with pose files #30

Closed
pedroreisinho opened this issue May 28, 2019 · 4 comments
Closed

Error 404 with pose files #30

pedroreisinho opened this issue May 28, 2019 · 4 comments

Comments

@pedroreisinho
Copy link

When attempting to use getModels.bat in order to get the pose files for the Unity plugin, they are retrieving error 404. It's not happening with the other models, only with pose models.

@gineshidalgo99 gineshidalgo99 transferred this issue from CMU-Perceptual-Computing-Lab/openpose May 28, 2019
@gineshidalgo99
Copy link
Member

Please, try again in a few minutes. It is usually a network issue (either from your side or from our server). Let us know if it does not work after several trials during different times.

@pedroreisinho
Copy link
Author

Thanks! I managed to download the Windows pose models and then transfer them to the Unity Plugin. Right now, I'm trying to detect hand coordinates, so when they reach, for example, right side of the screen, a colision is detected. Is there any way I can get the hands coordinates like this?

@ZiuTinyat
Copy link
Collaborator

You can get the positions of hand in datum.handKeypoints in OpenPoseUserScript, when hand detecting is enabled.

More info about the data structure can be found in OPDatum

The collision to the border is not detected inside openpose so you may need to write your own detector.

A simple hint: position is close enough to the border and some fingers are not detected.

@pedroreisinho
Copy link
Author

Thanks!

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

3 participants