-
Notifications
You must be signed in to change notification settings - Fork 757
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
Comments
same with me. how to solve it? |
What is the error that is being thrown? |
the GPU works well but no bounding box detect to the object. |
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. |
look at #77 to solve the problem |
|
Hello, I'm testing in RTX 3080ti environment. Is there anyone who succeeded?
The text was updated successfully, but these errors were encountered: