/Real-Time-Human-Gender-Detection

This repository contains the implementation of a real-time human gender detection application using an optimized Darknet Library. For accurate detection of faces closer or farther from the camera, YOLOv3 architecture is used. It was trained on a modified FDDB dataset

Primary LanguageC

Real-Time-Human-Gender-Detection

This repository contains the implementation of a real-time face detector and gender classifier using an optimized Darknet Library. This optimized version of the darknet library was created for inference only. For accurate detection of faces closer or farther from the camera, the model was created by applying transfer learning using YOLOv3, and training on a modified FDDB dataset.