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

Detection works fine on CPU but generates random boxes (wrong or no detection) on GPU #127

Closed
barkhaneum opened this issue Dec 31, 2021 · 6 comments

Comments

@barkhaneum
Copy link

Hello, I'm testing in RTX 3080ti environment. Is there anyone who succeeded?

@supriamir
Copy link

same with me. how to solve it?

@kamal-nabhan
Copy link

What is the error that is being thrown?

@supriamir
Copy link

What is the error that is being thrown?

the GPU works well but no bounding box detect to the object.

@barkhaneum
Copy link
Author

I looked for various problems to solve the problem, and I think the CUDA version and Tensorflow version used in 3080ti are incompatible. As I lowered the Tensorflow version, I think it's a problem related to numpy. So I used the method of training on darknet with 3080TI and detecting with 2080super. To solve this problem, we need to fix the source again with the latest version of Tensorflow.

@DevAgarwal-588
Copy link

look at #77 to solve the problem

@barkhaneum
Copy link
Author

look at #77 to solve the problem
Thank you it works perfectly for me :)

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

4 participants