oarriaga / face_classification

Real-time face detection and emotion/gender classification using fer2013/imdb datasets with a keras CNN model and openCV.
MIT License
5.61k stars 1.59k forks source link

Extendable to counting number of people in frame ? #116

Open thakurritesh19 opened 5 years ago

thakurritesh19 commented 5 years ago

This is not a problem but an query if this can be extended to also count the number of people. I have implemented people counter using a different approach where a camera is mounted on a ceiling, but for an application I am developing I am more interested in extending this to do that too. So that it not only displays emotions but also count of people in the frame in real time.