You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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! 😊
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.
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.
The text was updated successfully, but these errors were encountered: