All Projects → Qengineering → YoloV3-ncnn-Raspberry-Pi-4

Qengineering / YoloV3-ncnn-Raspberry-Pi-4

Licence: BSD-3-Clause License
MobileNetV2_YOLOV3 for ncnn framework

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to YoloV3-ncnn-Raspberry-Pi-4

RPi-TELEBOT
Python based Telegram bot to monitor and control the raspberry pi
Stars: ✭ 19 (-5%)
Mutual labels:  raspberry, raspberry-pi-3, raspberry-pi-4
warpi
"GUI" script running on a Raspberry Pi 4
Stars: ✭ 29 (+45%)
Mutual labels:  raspberry, raspberry-pi-3, raspberry-pi-4
Rust Raspberrypi Os Tutorials
📚 Learn to write an embedded OS in Rust 🦀
Stars: ✭ 7,275 (+36275%)
Mutual labels:  raspberry, raspberry-pi-3, raspberry-pi-4
Face-Recognition-Raspberry-Pi-64-bits
Recognize 2000+ faces on your Raspberry Pi 4 with database auto-fill and anti-spoofing
Stars: ✭ 48 (+140%)
Mutual labels:  ncnn, raspberry-pi-4, ncnn-framework
Debian Pi Aarch64
This is the first 64-bit system in the world to support all Raspberry Pi 64-bit hardware!!! (Include: PI400,4B,3B+,3B,3A+,Zero2W)
Stars: ✭ 2,505 (+12425%)
Mutual labels:  raspberry, raspberry-pi-3, raspberry-pi-4
yamete
Yamete - Hentai downloader in PHP CLI - Easy site downloader PHP system
Stars: ✭ 63 (+215%)
Mutual labels:  raspberry, raspberry-pi-3
Three-Factor-Security-Door
What do you get when you mix a Raspberry Pi, a MySQL database, an RFID reader, an LCD touchscreen, a relay switch, an electronic door strike and a Twilio SMS account?
Stars: ✭ 49 (+145%)
Mutual labels:  raspberry, raspberry-pi-3
wor-flasher
Legal utility that runs on RPiOS to flash another SD card with Windows 10/11
Stars: ✭ 451 (+2155%)
Mutual labels:  raspberry, raspberry-pi-3
EEGwithRaspberryPI
Open-Source board for converting RaspberryPI to Brain-computer interface
Stars: ✭ 402 (+1910%)
Mutual labels:  raspberry-pi-3, raspberry-pi-4
YOLOv5-Lite
🍅🍅🍅YOLOv5-Lite: lighter, faster and easier to deploy. Evolved from yolov5 and the size of model is only 930+kb (int8) and 1.7M (fp16). It can reach 10+ FPS on the Raspberry Pi 4B when the input size is 320×320~
Stars: ✭ 1,230 (+6050%)
Mutual labels:  mobilenet, ncnn
motor-hat
Node Module to control Adafruits MotorHAT for the RaspberryPi
Stars: ✭ 28 (+40%)
Mutual labels:  raspberry, raspberry-pi-3
FaceGuard
Face Guard: Machine Learning + IoT Surveillance demo! Face recognition
Stars: ✭ 13 (-35%)
Mutual labels:  raspberry, raspberry-pi-3
YOLOX
YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX, TensorRT, ncnn, and OpenVINO supported. Documentation: https://yolox.readthedocs.io/
Stars: ✭ 6,570 (+32750%)
Mutual labels:  yolo, ncnn
sparsezoo
Neural network model repository for highly sparse and sparse-quantized models with matching sparsification recipes
Stars: ✭ 264 (+1220%)
Mutual labels:  yolo, mobilenet
pedalevite
Pédale Vite — DIY multi-FX pedalboard for guitar/bass/etc.
Stars: ✭ 68 (+240%)
Mutual labels:  raspberry-pi-3, raspberry-pi-4
homeberry
HomeBerry is an Android remote control app for your Raspberry PI
Stars: ✭ 31 (+55%)
Mutual labels:  raspberry-pi-3, raspberry-pi-4
Mobilenet Yolo
MobileNetV2-YoloV3-Nano: 0.5BFlops 3MB HUAWEI P40: 6ms/img, YoloFace-500k:0.1Bflops 420KB🔥🔥🔥
Stars: ✭ 1,566 (+7730%)
Mutual labels:  yolo, ncnn
PiBuilder
Ideas for building a Raspberry Pi from "bare metal" to ready-to-run IOTstack
Stars: ✭ 26 (+30%)
Mutual labels:  raspberry-pi-3, raspberry-pi-4
Mobilenet Yolo
A caffe implementation of MobileNet-YOLO detection network
Stars: ✭ 825 (+4025%)
Mutual labels:  yolo, mobilenet
Tensornets
High level network definitions with pre-trained weights in TensorFlow
Stars: ✭ 982 (+4810%)
Mutual labels:  yolo, mobilenet

YoloV3 Raspberry Pi 4

output image

YoloV3 with the ncnn framework.

License

Paper: https://arxiv.org/pdf/1506.02640.pdf
Training set: VOC2007
Special made for a bare Raspberry Pi 4 see Q-engineering deep learning examples


Benchmark.

Model size objects mAP Jetson Nano 2015 MHz RPi 4 64-OS 1950 MHz
NanoDet 320x320 80 20.6 28.2 FPS 13.0 FPS
YoloFastestV2 352x352 80 24.1 38.4 FPS 18.8 FPS
YoloV2 416x416 20 19.2 10.1 FPS 3.0 FPS
YoloV3 352x352 tiny 20 16.6 17.7 FPS 4.4 FPS
YoloV4 416x416 tiny 80 21.7 11.2 FPS 3.4 FPS
YoloV4 608x608 full 80 45.3 0.7 FPS 0.2 FPS
YoloV5 640x640 small 80 22.5 4.0 FPS 1.6 FPS
YoloX 416x416 nano 80 25.8 17.6 FPS 7.0 FPS
YoloX 416x416 tiny 80 32.8 8.3 FPS 2.8 FPS
YoloX 640x640 small 80 40.5 2.6 FPS 0.9 FPS

Dependencies.

To run the application, you have to:

  • A raspberry Pi 4 with a 32 or 64-bit operating system. It can be the Raspberry 64-bit OS, or Ubuntu 18.04 / 20.04. Install 64-bit OS
  • The Tencent ncnn framework installed. Install ncnn
  • OpenCV 64 bit installed. Install OpenCV 4.5
  • Code::Blocks installed. ($ sudo apt-get install codeblocks)

Installing the app.

To extract and run the network in Code::Blocks
$ mkdir MyDir
$ cd MyDir
$ wget https://github.com/Qengineering/MobileNetV2_YOLOV3_ncnn/archive/refs/heads/master.zip
$ unzip -j master.zip
Remove master.zip, LICENSE and README.md as they are no longer needed.
$ rm master.zip
$ rm LICENSE
$ rm README.md

Your MyDir folder must now look like this:
parking.jpg
busstop.jpg
MobiYO.cpb
MobiYO.cpp
mobilenetv2_yolov3.bin
mobilenetv2_yolov3.param


Running the app.

To run the application load the project file MobiYO.cbp in Code::Blocks. More info or
if you want to connect a camera to the app, follow the instructions at Hands-On.

Many thanks to nihui again!

output image


paypal

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].