-
Notifications
You must be signed in to change notification settings - Fork 95
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
_YOLO.h里面的包含的api.h找不到 #34
Comments
i find api.h in your https://github.com/yankailab/darknet.but have error in make.i use x86 gtx960m. make |
did you fix it? I have the same issue |
how did you fix it? I have the same issue |
yankai lost some file |
extern "C" {
#include "api.h"
}
在Darknet里面也没有api这个目录和文件,我是git clone https://github.com/pjreddie/darknet.git自己编译darknet。
if(USE_DARKNET)
add_definitions(-DUSE_DARKNET)
set(Darknet_root "/home/yuzq/darknet" CACHE STRING "")
set(OpenKAI_libDir ${OpenKAI_libDir} ${Darknet_root})
set(OpenKAI_include ${OpenKAI_include} "${Darknet_root}/api")
set(OpenKAI_lib ${OpenKAI_lib} darknet)
endif()
The text was updated successfully, but these errors were encountered: