All Projects → habom2310 → People-tracking-with-Age-and-Gender-detection

habom2310 / People-tracking-with-Age-and-Gender-detection

Licence: other
A combination between people tracking and age and gender detection

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to People-tracking-with-Age-and-Gender-detection

age-and-gender
Predict Age and Gender of people from images | Determination of gender and age
Stars: ✭ 68 (+19.3%)
Mutual labels:  gender-detection, age-detection
Vision CoreML-App
This app predicts the age of a person from the picture input using camera or photos gallery. The app uses Core ML framework of iOS for the predictions. The Vision library of CoreML is used here. The trained model fed to the system is AgeNet.
Stars: ✭ 15 (-73.68%)
Mutual labels:  age-detection
namsor-python-sdk2
NamSor API v2 Python SDK - classify personal names accurately by gender, country of origin, or ethnicity.
Stars: ✭ 23 (-59.65%)
Mutual labels:  gender-detection
People-Counting-in-Real-Time
People Counting in Real-Time with an IP camera.
Stars: ✭ 233 (+308.77%)
Mutual labels:  people-counter
voice gender detection
♂️♀️ Detect a person's gender from a voice file (90.7% +/- 1.3% accuracy).
Stars: ✭ 51 (-10.53%)
Mutual labels:  gender-detection
Social-Distancing-Detection-in-Real-Time
Social distance monitoring in real-time with an IP camera. Optimized for better performance with threading.
Stars: ✭ 52 (-8.77%)
Mutual labels:  people-counter
russiannames
Russian names parsers, gender identification and processing tools
Stars: ✭ 102 (+78.95%)
Mutual labels:  gender-detection
Roode
A reliable smart home people counter based on VL53L1X and ESPHome
Stars: ✭ 119 (+108.77%)
Mutual labels:  people-counter
monocular person following
Monocular camera-based person tracking and identification ROS framework for person following robots
Stars: ✭ 124 (+117.54%)
Mutual labels:  people-tracker

People-tracking-with-Age-and-Gender-detection

A combination between people tracking and age and gender detection

alt text

Abstract

  • Combining people tracking with age and gender detection is a good idea for many and many applications in real life scenarios such as caffe store management to gather the information of customers for further analysis, or in/out people control for security purposes in buildings ...
  • This is just a small step of putting the state-of-the-art image processing techniques together.

Method

  • Firstly, faces are detected in the frame using the famous caffe model res10_300x300_ssd_iter_140000.caffemodel.
  • Secondly, age and gender of every person is predicted also using caffe models age_net and gender_net.
  • Each person is then assigned an ID and tracked over time, even when they are out of the frame for not so long (5 seconds), whenever they come back in the frame, their ID will remain the same.
  • A picture of the person is then saved with the information of him/her.

Requirements

pip install requirements.txt

Implementation

python detect_and_tracker.py

Result

References

A great thank to those who have done fantastic work

Notes

  • Inform me in case you have any problem with running the code.
  • Any related idea is welcome at [email protected]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].