SonwYang / onnxruntime_resnet

onnxruntime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

环境准备

  • oepncv
  • onnxruntime

修改cmakelists.txt

配置onnxruntime路径

编译

mkdir build
cd build
cmake ..
make

运行

./demo

About

onnxruntime


Languages

Language:C++ 91.2%Language:CMake 8.8%