AlexeyAB / darknet

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

I can't find darknet.exe in C:\darknet\build\darknet\x64 #4667

Open brian208579 opened 4 years ago

brian208579 commented 4 years ago

Hi @AlexeyAB I followed your steps to compile with cmake-gui I can't find darknet.exe in C:\darknet\build\darknet\x64 It exists C:\darknet\Release Is it correct ? Thanks ...

AjitAntony commented 4 years ago

@brian208579 yes the darket.exe file will be present in the folder called darketnet itself .

brian208579 commented 4 years ago

@ajbot2019 Thanks for your response So ... I need to copy the C:\darknet\Release\darknet.exe to C:\darknet ? beacuse when I compile success , the darknet.exe doesn’t exist in C:\darknet

AjitAntony commented 4 years ago

@brian208579 check the working directory where you issued the command to complie ,the darknet.exe file fill be present in same path .

brian208579 commented 4 years ago

@ajbot2019
Good, thank you very much