1.onnx opset version13 转换onnx模型2.onnx2ncnn转换ncnn模型3.执行推理Process finished with exit code -1073741819 @@@(0xC0000005)@nihui
iibxawm41#
你都pth了,直接用pnnx转啊
epfja78i2#
针对onnx模型转换的各种问题,推荐使用最新的pnnx工具转换到ncnnIn view of various problems in onnx model conversion, it is recommended to use the latest pnnx tool to convert your model to ncnn
pip install pnnx pnnx model.onnx inputshape=[1,3,224,224]
详细参考文档Detailed reference documentationhttps://github.com/pnnx/pnnxhttps://github.com/Tencent/ncnn/wiki/use-ncnn-with-pytorch-or-onnx#how-to-use-pnnx
2条答案
按热度按时间iibxawm41#
你都pth了,直接用pnnx转啊
epfja78i2#
针对onnx模型转换的各种问题,推荐使用最新的pnnx工具转换到ncnn
In view of various problems in onnx model conversion, it is recommended to use the latest pnnx tool to convert your model to ncnn
详细参考文档
Detailed reference documentation
https://github.com/pnnx/pnnx
https://github.com/Tencent/ncnn/wiki/use-ncnn-with-pytorch-or-onnx#how-to-use-pnnx