现象:
yolact程序运行结束后,程序无法正常退出
使用ncnn版本:release 20210124版
编译方式如下:
cmake -G"Visual Studio 16 2019" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=D:/ncnn -DProtobuf_INCLUDE_DIR=D:/protobuf/include -DProtobuf_LIBRARIES=D:/protobuf/lib/libprotobuf.lib -DProtobuf_PROTOC_EXECUTABLE=D:/protobuf/bin/protoc.exe -DNCNN_VULKAN=ON -DNCNN_SHARED_LIB=ON ../code -DOpenCV_DIR=D:/opencv/build/x64/vc15/bin
然后用virtual studio 2019 编译
跑example 中yolact 的例子,程序运行完成后退出异常。
2条答案
按热度按时间flmtquvp1#
https://github.com/Tencent/ncnn/wiki/FAQ-ncnn-throw-error#crash-when-freeing-a-ncnn-dynamic-librarydllso-built-with-openmp
thigvfpy2#
https://github.com/Tencent/ncnn/wiki/FAQ-ncnn-throw-error#crash-when-freeing-a-ncnn-dynamic-librarydllso-built-with-openmp
感谢大神回复,不过我这边加了环境变量后退出异常仍然存在,是vulkan的原因不,如下堆栈错误信息: