geekzhu001 / Yolo-Fastest-MNN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:C++ 97.9%Language:C 2.0%Language:CMake 0.2%