-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
如何编译examples/squeezenet.cpp #40
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
现在mac直接跑squeezenet.cpp这个demo
1、cmake . 然后make,出现下面错误,手动在src下添加"platform.h"后出现(2)的错误
2、新出现错误
3、在CMakeLists.txt 添加include_directories(${OpenCV_INCLUDE_DIRS})后又出现新的错误:
4、指定libncnn.a绝对路径后又出现新的错误
第二条错误跟第四条的错误是一样的,又回来了/(ㄒoㄒ)/~~
菜鸟,望各位大神指点……
The text was updated successfully, but these errors were encountered: