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

Feature request: Age Detection Using OpenCV #176

Closed
ramana2074 opened this issue Oct 9, 2024 · 3 comments
Closed

Feature request: Age Detection Using OpenCV #176

ramana2074 opened this issue Oct 9, 2024 · 3 comments

Comments

@ramana2074
Copy link
Contributor

ramana2074 commented Oct 9, 2024

Is your feature request related to a problem? Please describe.
Goal here is to create a program that will predict the age of the person using an image.

Describe the solution you'd like
The solution to this problem is quite simple, instead of predicting an exact image, let’s classify the age into a specific range like 0-6,18-25, etc.

Describe alternatives you've considered
We can use efficient Net B3 pre trained model. But using Caffemodel is better.

Approach to be followed (optional)
create a DNN – deep neural network to load a pre-trained model and pass it to the model files.
Then first create variables to store the file paths of the model files, and then define model variables – these differ from model to model, and I have taken these values for the Caffe model that we’re using.

@ramana2074 ramana2074 added the enhancement New feature or request label Oct 9, 2024
Copy link

github-actions bot commented Oct 9, 2024

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. Your contributions are highly appreciated! 😊

Copy link

github-actions bot commented Oct 9, 2024

Thanks for raising this issue! However, we believe a similar issue already exists. Kindly go through all the open issues and ask to be assigned to that issue.

Copy link

Hello @ramana2074! Your issue #176 has been closed. Thank you for your contribution!

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

No branches or pull requests

2 participants