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

Fine-tuning and retraining of the model #227

Open
andergalvaan opened this issue May 10, 2024 · 2 comments
Open

Fine-tuning and retraining of the model #227

andergalvaan opened this issue May 10, 2024 · 2 comments

Comments

@andergalvaan
Copy link

Hi,

Does anyone know of a method to retrain the model with some images and then test it with images of the same and different people? I mean, it is possible to keep the feature extraction that the model implements, but retraining the model to better detect some people? I have retrained the model with images of some people and it detects them more reliably through cosine similarity, but with images of people who do not participate in the retraining more false positives appear.

Thank you in advanced,
Ander

@Leo021017
Copy link

I have the same problem, do you solve it now? Thank you!

@andergalvaan
Copy link
Author

Hi @Leo021017

I have tried not to train all layers. I have frozen some of them and the rest I have retrained them (partial fine-tuning). This approach works well in my scenario.

Best regards,
Ander

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

No branches or pull requests

2 participants