onnx2ncnn专题

【ncnn android】算法移植(六)——onnx2ncnn源码阅读理解/设计思路

上一篇写道:onnx2ncnn的时候,不支持sigmoid,upsample层,于是想着阅读onnx2ncnn的源码。目的: 理解ncnn中onnx2ncnn的主要流程自定义upsample层(最高要求) 1. 相关资料 Open Neural Network Exchange - ONNX ,onnx的文档https://github.com/Tencent/ncnn,注意ncnn的不同版

【ncnn android】算法移植(三)——vs2015调试onnx2ncnn

说明: 上一篇已经说了,编译onnx2ncnn有两种方式。两种方式都会生成onnx2ncnn.exe。如果只是要使用直接用这个exe就行了。如果需要看源码,这里用vs2015进行debug调试 1. cmake gui编译ncnn 用cmake gui才能得到vs的项目。参考:https://blog.csdn.net/u011622208/article/details/106255681