Skip to content
forked from alibaba/MNN

compile MNN neural network inference engine on nvidia jetson nano.

Notifications You must be signed in to change notification settings

chakri-muthyala/MNN

 
 

Repository files navigation

This is a modified MNN library by Alibaba that is compatible to run inference on Nvidia Jetson Nano. Convert ONNX model to MNN model on desktop(x86) and run inference on jetson nano, code is cross compatible.

Installation

cd MNN/
sudo apt-get install graphviz libprotobuf-dev protobuf-compiler
./schema/generate.sh
mkdir build
cd build
cmake -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_VERSION=1 -DCMAKE_SYSTEM_PROCESSOR=aarch64 -DCMAKE_BUILD_TYPE=Release -DMNN_BUILD_CONVERTER=true -DMNN_BUILD_DEMO=ON -DMNN_OPENMP=ON .. && make -j4
sudo make install
cd ..
cd pymnn/pip_package/
sudo python3 setup.py install
sudo ldconfig

About

compile MNN neural network inference engine on nvidia jetson nano.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • C++ 75.3%
  • C 10.9%
  • Python 3.6%
  • Assembly 3.5%
  • Objective-C++ 2.8%
  • Metal 2.4%
  • Other 1.5%