General

SEN0626 - Face Detection model inaccurate

userHead SON HA.TRINH 2025-06-10 03:35:31 216 Views2 Replies

I tested the example code at https://wiki.dfrobot.com/SKU_SEN0626_Gesture_and_Face_Detection_Module. When I turned my back to the camera, the function “gfd.getFaceNumber()” reports my back as a face. Someone has this module, please verify it independently. 

2025-07-04 22:15:50

Does it support OpenCV and Haarcascade model? For face detection and face counting projects like this, https://www.theengineeringprojects.com/2025/03/esp32-cam-based-real-time-face-detection-and-counting-system.html

I use  OpenCV and Haarcascade. I also use YOLO sometimes for person detection. All these libraries and models are compatible with the ESP32-CAM. 

userHeadPic ahsrab.rifat
2025-06-12 09:06:51

The function “gfd.getFaceNumber() seems like a head & shoulder detect, not face. Sadly, face detection is the only function I need from this module. There is almost no support from DFRobot. I need to explore alternative solutions.

userHeadPic SON HA.TRINH