You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pi@raspberrypi:~/MNN/MNN_demo/mnn/build $ ./main /home/pi/MNN/MNN_demo/mnn/v5lite-e-mnnd-i8-ppog.mnn create Session Start
The device support i8sdot:0, support fp16:0, support i8mm: 0
The device support i8sdot:0, support fp16:0, support i8mm: 0
Segmentation fault
按照文章https://zhuanlan.zhihu.com/p/672633849的步骤在树莓派4B上部署yolov5lite,使用提供的int8量化模型https://drive.google.com/drive/folders/1mSU8g94c77KKsHC-07p5V3tJOZYPQ-g6?usp=sharing,在树莓派中进行推理,得到Segmentation fault
使用cpp/mnn/src/main.cpp代码如下
测试发现,使用
./GetMNNInfo
命令也无法获得int8量化模型信息,利用我自己训练得到的模型,检查onnx->mnn->i8mnn中的MNN模型能够打印模型信息,查看GetMNNInfo.cpp文件,错误代码行应该为'std::shared_ptr module(Module::load(empty, empty, argv[1]));'任何回复都非常感谢!
The text was updated successfully, but these errors were encountered: