Home

Awesome

Yolo-Fastest-MNN

Run on : raspberry pi 4B 2G 

Input size : 320*320

Average inference time : 0.035s 

How to use

*https://github.com/alibaba/MNN

Compile mnn library yourself and replace lib/libMNN.so

*https://github.com/dog-qiuqiu/MobileNet-Yolo#darknet2caffe-tutorial

Convert model to mnn type

sudo apt install libopencv-dev
cd Yolo-Fastest-MNN

mkdir build && cd build && cmake ..

make

./yolo

Reference