# MoYO-ncnn
**Repository Path**: lijiong16/moyo-ncnn
## Basic Information
- **Project Name**: MoYO-ncnn
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2021-01-14
- **Last Updated**: 2021-03-02
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# MobileNetV2_YOLOV3 for the ncnn framework
Papers
https://ai.googleblog.com/2018/04/mobilenetv2-next-generation-of-on.html
https://arxiv.org/pdf/1506.02640.pdf
Training set: VOC2007
Size: 352x352
Prediction time: 335 mSec (RPi 4)
Special made for a bare Raspberry Pi see: https://qengineering.eu/opencv-c-examples-on-raspberry-pi.html
To extract and run the network in Code::Blocks
$ mkdir *MyDir*
$ cd *MyDir*
$ wget https://github.com/Qengineering/MobileNetV2_YOLOV3_ncnn/archive/master.zip
$ unzip -j master.zip
Remove master.zip and README.md as they are no longer needed.
$ rm master.zip
$ rm README.md
Your *MyDir* folder must now look like this:
dog.jpg
mobilenet_yolov3.bin
mobilenet_yolov3.param
MobiYO.cpb
MobiYO.cpp
Run MobiYO.cpb with Code::Blocks. Remember, you also need a working OpenCV 4 on your Raspberry.
