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

No pose output #21

Closed
mdouskos opened this issue Feb 21, 2017 · 2 comments
Closed

No pose output #21

mdouskos opened this issue Feb 21, 2017 · 2 comments

Comments

@mdouskos
Copy link

Hi,
thank you for making your code available.
I have successfully tested your code last month on a GTX 970.
I am now using a GTX 1080 and I am getting no pose as output, using the model you provide.
Have you faced a similar issue? Could it be an incompatibility with the Pascal architecture?
Thanks

@ZheC
Copy link
Owner

ZheC commented Feb 21, 2017

This problem is mainly caused by openCV version difference as reported in CMU-Perceptual-Computing-Lab/caffe_rtpose#2 and CMU-Perceptual-Computing-Lab/caffe_rtpose#5. We made a commit in e1388f7 Did you use the updated version? One way to debug the issue is to turn off the display and write out the result, e.g., ./build/examples/rtpose/rtpose.bin --video test.mp4 --no_display --write_frames output/ Please let us know if you meet the same problem

@mdouskos
Copy link
Author

Hi again,
thank you for your response and sorry for the long pause, I was trying different things to solve this issue based on your feedback.
I have tried various things in the meantime and fortunately today I have finally got it to work!
I am not sure what exactly was the problem but, for the record, I write here my current (working) configuration.
I now use the latest commits of caffe_rtpose (122d9db) and Realtime_Multi-Person_Pose_Estimation
(4fa16c5), with CUDA 8.0, cuDNN 5.1.5, OpenCV 2.4.12 and NVIDIA graphics driver version 375.39.
Now it works perfectly also with the display turned on.
Thank you again for your feedback!

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