Skip to content

Latest commit

 

History

History

convert_tool

Install dependent libraries

Protobuf version 3.10.0+ required.

  • For loading caffe model or TensorFlow model.
sudo apt install libprotobuf-dev protobuf-compiler
  • If use the Fedora/CentOS ,use follow command instead.
sudo dnf install protobuf-devel
sudo dnf install boost-devel glog-devel
  • ONNX
./tools/convert_tool/convert_tool -f onnx -m mobilenet.onnx -o mobilenet.tmfile