Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Age Detection #192

Merged
merged 1 commit into from
Oct 10, 2024
Merged

Age Detection #192

merged 1 commit into from
Oct 10, 2024

Conversation

ramana2074
Copy link
Contributor

@ramana2074 ramana2074 commented Oct 10, 2024

Related Issues or bug

  • Age Detection using OpenCV

Fixes: #178

Proposed Changes

  • This project implements an age detection system using OpenCV's DNN module and a pre-trained Caffe model. The system
    detects faces in an image and predicts the age group of each detected face.

Additional Info

  • The following files are required to run the model:
    Pre-trained age detection model (Caffe):
    age_deploy.prototxt: Network configuration file.
    mobilenet_iter_73000.caffemodel: Pre-trained model weights.
    Haar Cascade classifier for face detection:
    haarcascade_frontalface_default.xml: OpenCV's Haar Cascade classifier for face detection.

Screenshots

Figure_1

Copy link

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@UppuluriKalyani UppuluriKalyani merged commit 4afb5b6 into UppuluriKalyani:main Oct 10, 2024
3 checks passed
Copy link

🎉🎉 Thank you for your contribution! Your PR #192 has been merged! 🎉🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Age Detection using OpenCV
2 participants