Gender-and-Age-Detection icon indicating copy to clipboard operation
Gender-and-Age-Detection copied to clipboard

A Python project which can detect gender and age using OpenCV of the person (face) in a picture or through webcam.

Results 12 Gender-and-Age-Detection issues
Sort by recently updated
recently updated
newest added

>python detect.py --image girl1.jpg File "detect.py", line 69 print(f'Gender: {gender}') ^ SyntaxError: invalid syntax

Hi Mahesh, Why do we need to use "Control C" to stop the execution? I am trying to use the code in a loop to process multiple photos. Is there...

Dear Mahesh Sawant, We are working on age and gender recognition algorithms. The version of Caffe models which you used is an old version. While we are upgrading the version...

Which version has been used of OpenCV and Python, since I think the version is why I am getting an error: cv2.error: OpenCV(4.7.0) /Users/xperience/GHA-OCV-Python/_work/opencv-python/opencv-python/opencv/modules/dnn/src/caffe/caffe_io.cpp:1138: error: (-2:Unspecified error) FAILED: fs.is_open(). Can't...

Have structured the project and resolved the Python dependencies version.

Is the repository currently accepting any pull requests?

Hi Mahesh, While running the code in windows terminal the window detects the age in real time but when trying to close the window it doesn't gets closed so need...

does it do multiple faces in one image?