PawelLawrynowicz / discovision

Face detection running on STM32H7B3I-DK board working with an OV5640 sensor with the use of BSP driver.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discovision

ABOUT

Implementation of a face detection algorithm running on STM32H7B3I-DISCOVERY. The image is captured with a camera using the DCMI interface, then it is processed and displayed on LCD display. The algorithm used for face detection is fully quantized SSD-Mobilenet. Different YOLOX nano versions (for face detection) can also be found in the /models directory.

DEMO

one person moving face detection two people moving face detection

About

Face detection running on STM32H7B3I-DK board working with an OV5640 sensor with the use of BSP driver.


Languages

Language:C 97.7%Language:Jupyter Notebook 1.7%Language:C++ 0.3%Language:Assembly 0.3%Language:Python 0.1%Language:CMake 0.0%