Age gender detection from cctv visuals. Video analysis using the face tracking based on IOU (Intersection over union)
Face Detection used: yoloface: https://github.com/sthanhng/yoloface
Age and Gender detection: https://github.com/GilLevi/AgeGenderDeepLearning
Age and Gender Tensoflow implementation : https://github.com/yu4u/age-gender-estimation.git
Tracking based on: High-Speed Tracking-by-Detection Without Using Image Information https://www.researchgate.net/publication/319502501_High-Speed_Tracking-by-Detection_Without_Using_Image_Information_Challenge_winner_IWOT4S

