Answered step by step
Verified Expert Solution
Question
1 Approved Answer
How can I Integrate A face Detection model with an already fine - tuned ConvNeXt image classifier for Face Recognition? Hello, I need advice on
How can I Integrate A face Detection model with an already finetuned ConvNeXt image classifier for Face Recognition?
Hello,
I need advice on how to move on with my project, Initially I wanted to create a face recognition system. I first gathered a dataset of celebrity faces with classes and about k total images and finetuned ConvNeXtTiny model on the dataset using tensorflow and got a result of accuracy. Now this is technically only an image classification application where it can tell the faces apart and tell which celebrity it is However, I need to extened this project to a fully face recognition system.
How can I use tensorflow transfer learning with existing models to make this system full circle? Basically I need a face detection model that is compatible with tensorflow then preprocess the facesEither from a webcam or can be processed from an unknown dataset then passing them to the ConvNeXt model for recognition. my Idea is that the unknown faces would be registered and added to the dataset.
I have done some research and tried to implement VGGFACE but I was met with so many errors that i couldn't go forward with it because apparently VGGface isnt compatible with tensorflow x
I need recommendations and guidance on how to move forward and integrate a model with my face image classifier model. are there any resources that can be implemented easily with tensorflow And how easy or hard is this task to complete? dont use chatgbt pls
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started