Cannot find onnx/onnx.pb.h 解决方法

Cannot find onnx/onnx.pb.h 解决方法

问题:
https://github.com/onnx/onnx/issues/1947

https://github.com/onnx/onnx/issues/3074

https://github.com/onnx/onnx/issues/2265

解决方法:源码编译onnx

  1. 下载onnx 源码, 编译
git clone https://github.com/onnx/onnx.git

cd onnx 
git submodule update --init --recursive

export ONNX_ML=0

mkdir build & cd build 
cmake ../
make -j66

onnx.pb.h 在build/onnx/onnx 目录下

posted @ 2024-10-24 11:13  michaelchengjl  阅读(13)  评论(0编辑  收藏  举报