From 5e54dafc4454f56ef8f875fdec1549f2dfcae013 Mon Sep 17 00:00:00 2001 From: Anushka Chitranshi <52864294+codebuzzer01@users.noreply.github.com> Date: Wed, 28 Apr 2021 11:35:27 +0530 Subject: [PATCH 1/2] Update README.md --- Gender-Age Detection/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gender-Age Detection/README.md b/Gender-Age Detection/README.md index 05a2818f87..1d94b7f8d9 100644 --- a/Gender-Age Detection/README.md +++ b/Gender-Age Detection/README.md @@ -21,6 +21,9 @@ These are the steps to build Gender-Age Detection python project- - Classify into one of the 8 age ranges - Put the results on the image and display it +![detector](https://user-images.githubusercontent.com/52864294/116354231-bdfa2900-a815-11eb-8a18-72060cb7b7af.gif) + + ## AUTHOR NAME [ANUSHKA CHITRANSHI](https://github.com/codebuzzer01) From 9370ecce52313a01539422c0f04ac487db3d521e Mon Sep 17 00:00:00 2001 From: Anushka Chitranshi <52864294+codebuzzer01@users.noreply.github.com> Date: Wed, 28 Apr 2021 11:36:30 +0530 Subject: [PATCH 2/2] Update gad.py --- Gender-Age Detection/gad.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gender-Age Detection/gad.py b/Gender-Age Detection/gad.py index 24c3bb61c0..fc2518d85d 100644 --- a/Gender-Age Detection/gad.py +++ b/Gender-Age Detection/gad.py @@ -24,8 +24,6 @@ def highlightFace(net, frame, conf_threshold=0.7): parser=argparse.ArgumentParser() - - args=parser.parse_args() faceProto="opencv_face_detector.pbtxt"