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

Demo codes not working on TX2 GPU #90

Open
karthee320 opened this issue Dec 19, 2018 · 0 comments
Open

Demo codes not working on TX2 GPU #90

karthee320 opened this issue Dec 19, 2018 · 0 comments

Comments

@karthee320
Copy link

Hi,

I wanted to run your pose estimation algorithm on Nvidia's Jetson TX2 platform.

While running in CPU by explicitly specifying CUDA_VISIBLE_DEVICES=-1, both the single person and multi-person pose estimation worked and gave proper results as you shown in the repository and the results are consistent .

But when I try to run the same code on GPU(CUDA_VISIBLE_DEVICES=0), the code works without any errors but the results are wrong. I tried to print the output (outputs_np['part_prob']), it is giving me different results every time I run.

On side note, when I try to run on my desktop GPU (GeForce GTX 1050 Ti), the results are correct and consistent.

Is there anything I can do to correct this behavior?

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

1 participant