Page 1 of 1

ESP-WHO for detecting number of people and characteristics

Posted: Thu Jul 04, 2019 2:16 pm
by ramon82
Hello,

I would like to know if it is possible to perform other features apart from face recognition with ESP-WHO:

1. People counting. Detect how many people are in sight.
2. Create people profile by detecting Age, height, sex, color.

Regards, Ramon.

Re: ESP-WHO for detecting number of people and characteristics

Posted: Sat Jul 20, 2019 3:25 pm
by Miguel Cruz
Hi!
I don't sure if you can do this two tasks in the core of the ESP32.

For task 1, you can check example code for openCV for counting persons.

For the task 2, you can take a picture and send this information to a platform for face recongntion like google or other (search: face recongnition API) and they response the characteristics that you describes above.

Regards.