AlexeyAB / darknet

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

No darknet.exe in darknet/build/darknet/x64 #7473

Open sailor239 opened 3 years ago

sailor239 commented 3 years ago

Hi, I am running into rather a strange issue and couldn't find any answers. I build darknet successfully following "using vcpkg" But after building, darknet.exe is under darknet folder. Under darknet\build\darknet\x64, there is no darknet.exe Anyone has any idea? Thanks very much!

SankaKodda commented 3 years ago

im having the same issue. if anyone can help? thank you

OmarALFA commented 2 years ago

I'm experiencing the same problem.
In the README, the directory \build\darknet\x64 is mentioned in several places in reference to the executable and where we are to put the modified files:


image


image


image


This issue seems related:

8001

For now, I'm going to try the CMake build instead.

stephanecharette commented 2 years ago

Does it matter what directory is used to save the file that is built? Part of the problem is there are different ways to build Darknet, so it depends on which method you choose. Adapt the command you run according to the method you used to build.