scutlrr / Yolov4-QtGUI

win10 vs2017 qt_demo yolov4
The Unlicense
138 stars 59 forks source link

hello, could you explain “\3rdparty\libdarknet\bin” and "\3rdparty\libdarknet\lib"? The bin directory is the dynamic link library, and #5

Open xyzhai-pro opened 2 years ago

xyzhai-pro commented 2 years ago

The Lib directory is a static link library。 When "target_link_libraries", we only link the bin or the lib, is right?

scutlrr commented 2 years ago

Sorry, I have not tried to compile with makefile.

scutlrr commented 2 years ago

image

scutlrr commented 2 years ago

编译yolo的时候只用到lib文件,生成可执行文件后需要用到dll文件