Skip to content

@Moonkisscy 这里需要把libYOLOv3SE.so编译出来,手动执行 #15

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

Open
sunt40 opened this issue Sep 5, 2019 · 2 comments
Open

Comments

@sunt40
Copy link

sunt40 commented Sep 5, 2019

@Moonkisscy 这里需要把libYOLOv3SE.so编译出来,手动执行

cd Thirdparty/darknet
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j2

Originally posted by @qixuxiang in #9 (comment)

@sunt40
Copy link
Author

sunt40 commented Sep 5, 2019

执行make -j2后,报错:
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/YOLOv3SE.dir/all' failed
make[1]: *** [CMakeFiles/YOLOv3SE.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
请问怎么解决 @qixuxiang

@lin-fangzhou
Copy link

你好我也遇到同样的问题,请问你的cuda和cudnn版本是多少,这个问题解决了吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants