Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jmysu/esp32cam-facedetect-line-notify

Notify on Line when camera detects a face!
https://github.com/jmysu/esp32cam-facedetect-line-notify

arduino esp32cam face-detection line-notify platformio

Last synced: 5 days ago
JSON representation

Notify on Line when camera detects a face!

Awesome Lists containing this project

README

        

# ESP32CAM-FaceDetect-Line-Notify [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

### Line-Notification w/ landmark box when ESP32Cam detects faces! ###


Try some examples from ESP-face, ESPino32Cam!

Hardware ESP32Cam from AI-Thinker/ArduCam-IOTai.

_The detection performance are not bad with following results..._












MTMN is a lightweight **Human Face Detection Model**, which is built around [a new mobile architecture called MobileNetV2](https://arxiv.org/abs/1801.04381) and [Multi-task Cascaded Convolutional Networks](https://arxiv.org/abs/1604.02878), and is specially designed for embedded devices.

Following diagram shows the workflow of MTNM.
![The workflow of MTMN](https://github.com/espressif/esp-face/blob/master/img/mtmn-workflow-2.png)




- [Neural Network 3D Simulation](https://youtu.be/3JQ3hYko51Y) An excellent brief intro on NN operations!

## References

- [ESP32CAM](https://github.com/espressif/esp32-camera) Arduino library for ESP32 camera.
- [ESP-face](https://github.com/espressif/esp-face) Espressif esp32cam face detection.
- [ESPino32Cam examples](https://github.com/ThaiEasyElec/ESPino32/tree/master/examples/camera) Another ESP32cam examples.
- [Line Notify](https://notify-bot.line.me/) Line Notify Message API.