We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
libYOLOv3SE.so
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
@Moonkisscy 这里需要把libYOLOv3SE.so编译出来,手动执行
cd Thirdparty/darknet mkdir build cd build cmake .. -DCMAKE_BUILD_TYPE=Release make -j2
Originally posted by @qixuxiang in #9 (comment)
The text was updated successfully, but these errors were encountered:
执行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
make -j2
Sorry, something went wrong.
你好我也遇到同样的问题,请问你的cuda和cudnn版本是多少,这个问题解决了吗?
No branches or pull requests
@Moonkisscy 这里需要把
libYOLOv3SE.so
编译出来,手动执行Originally posted by @qixuxiang in #9 (comment)
The text was updated successfully, but these errors were encountered: