Skip to content

Jolle1803/Face-detection-Raspberry-Pi-32-64-bits

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 

Repository files navigation

output image Find this example on our SD-image

Face Detection on Raspberry Pi 32/64 bits

output image

Super fast face detection up to 80 FPS on a bare Raspberry Pi 4.

This is a ultra fast C++ implementation of the face detector of Linzaer running on a MNN framework.
https://github.com/Linzaer/Ultra-Light-Fast-Generic-Face-Detector-1MB.

Paper: https://arxiv.org/abs/1905.00641.pdf
Size: 320x320

Special made for a bare Raspberry Pi see https://qengineering.eu/deep-learning-examples-on-raspberry-32-64-os.html

Frameworks.

Three frameworks are supported:

  • Alibaba's MNN framework
  • Tencent ncnn framework
  • OpenCV dnn
    output image
    The frame rate is based upon the average execution time of the single frames.
    Loading frames from a file, plotting boxes, and showing the result on the screen are not taken into account.

    The MNN framework has also 8 bit quantized models. These are very fast.

    output image

    See the video at https://youtu.be/DERA83C9K2A

Thanks.

https://github.com/Linzaer/Ultra-Light-Fast-Generic-Face-Detector-1MB

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%