AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.75k stars 7.96k forks source link

Windows darknet.exe latest build #6132

Open francismontalbo opened 4 years ago

francismontalbo commented 4 years ago

Hello, can anyone provide a download link of a darknet.exe compatible for yolov4 for Windows?

I am still using the older darknet.exe I downloaded few years ago and it only works with yolov3 up to yolov4-tiny.

Hoping for your kind response. Thank you!

francismontalbo commented 4 years ago

CUDA Error: invalid device function CUDA Error: invalid device function: No error

I keep getting these when building darknet.

francismontalbo commented 4 years ago

I managed to make it run.

My problem was my CUDA version was currently at 10.2.

However, the one indicated on the darknet.vcx.proj file was still on 10.0

But when I tried training.. My loss was not decreasing. Rather, it was not learning anything.

Compared to the previous build I was using, it learns really well and fast.