-
Notifications
You must be signed in to change notification settings - Fork 84
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
The predicted skeleton is slightly deviated from the body #8
Comments
Hi! Thanks for reaching out. The problem may be that we crop the single person image first and re-project the pose results to the original space at last, and this procedure might introduce some small bias. You can add 1 pixel to the final pose results. |
Thanks for your reply! Now I want to implement the demo on VS2015, but your version of caffe doesn't support Win well. Installing caffe on VS is really frustrating and I'm still trying... Do you have any plan to develop a windows version or can you give me some tips on installing it? Thank you! |
Hi, Hope you can figure it out soon! |
I add some of your layers in caffe-win, and try as I might, I cannot run VGG_SSD model successfully. But fortunately I can run shg+sstn model with a bounding box detected by myself... |
Congratulations! |
I tested the demo on many images. The processing speed is relatively fast, but usually some parts of the predicted skeleton is somewhat deviated from the body to the upper left. Why is that?
The text was updated successfully, but these errors were encountered: