Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Gender-Age Detection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 0 additions & 2 deletions Gender-Age Detection/gad.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ def highlightFace(net, frame, conf_threshold=0.7):


parser=argparse.ArgumentParser()


args=parser.parse_args()

faceProto="opencv_face_detector.pbtxt"
Expand Down