-
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
YoloV3 detection results are worse compared with pjreddie master #1375
Comments
The difference in resize approach: #232 (comment) In this repository https://github.com/AlexeyAB/darknet do simple change:
|
Thank you! It works perfectly now:) |
@PIXEVIA Yes. Because for my datasets the resize() is better than letterbox(), then Training and Detection using resize() give me the best result. |
Detection results are worse compared with pjreddie master with all tested images using YoloV3 configuration and YoloV3 weights
test image: http://www.pixevia.com/media/img/items.jpeg
Main (pjreddie) branch results:
AlexeyAB branch results:
width=416
height=416
current darknet branch, command:
~/workspace/darknet3/darknet detect yolov3.cfg yolov3.weights ~/items.jpeg -thresh 0.05
bottle: 27%
book: 20%
book: 9%
book: 8%
chair: 99%
bottle: 99%
bottle: 66%
person: 100%
GPU=1
CUDNN=1
OPENCV=0
OPENMP=0
DEBUG=0
current AlexeyAB branch, command:
~/workspace/darkneta/darknet detect yolov3.cfg yolov3.weights ~/items.jpeg -thresh 0.05
bench: 12% (left_x: 57 top_y: 248 width: 708 height: 596)
chair: 95% (left_x: 71 top_y: 276 width: 535 height: 557)
person: 100% (left_x: 118 top_y: 58 width: 611 height: 747)
person: 10% (left_x: 344 top_y: 185 width: 343 height: 591)
bottle: 96% (left_x: 628 top_y: 96 width: 70 height: 182)
bottle: 87% (left_x: 703 top_y: 187 width: 45 height: 110)
bottle: 7% (left_x: 742 top_y: 190 width: 30 height: 102)
bottle: 54% (left_x: 754 top_y: 191 width: 45 height: 104)
bottle: 22% (left_x: 780 top_y: 199 width: 33 height: 101)
GPU=1
CUDNN=1
CUDNN_HALF=0
OPENCV=0
AVX=0
OPENMP=0
LIBSO=0
Cuda compilation tools, release 9.0, V9.0.176
/usr/local/cuda-9.0/targets/x86_64-linux/lib/libcudnn.so.7
The text was updated successfully, but these errors were encountered: