-
Notifications
You must be signed in to change notification settings - Fork 8k
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
To detect the same picture, why is AB-version much better than PJ-version? #1277
Comments
pascal1129, |
@fabioac |
set CUDNN_HALF=0 and run again to try |
@fabioac In fact, that's what i set, you can see it again. |
@pascal1129 |
I'm interseted in human detection. I detected the same picture both with AB-version and PJ-version, i found AB-version is much better, i,m quite confused, what are differences between the two versions?
Here is my test picture:
I uesd origin pj-version:
git clone https://github.com/AlexeyAB/darknet.git
wget https://pjreddie.com/media/files/yolov3.weights
I set Makefile: GPU=1, CUDNN=1, OPENCV=1, OPENMP=1, DEBUG=0
The serult is notgood:
Then, i run ab-version:
git clone https://github.com/pjreddie/darknet
wget https://pjreddie.com/media/files/yolov3.weights
I set Makefile: GPU=1, CUDNN=1, CUDNN_HALF=0, OPENCV=1, AVX=1, OPENMP=1, LIBSO=0
The result is perfect to me:
So why is so differnent, i,m quite confused.
The text was updated successfully, but these errors were encountered: