-
Notifications
You must be signed in to change notification settings - Fork 124
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
Custom dataset #81
Comments
If you find the result, could you share with us? |
for a custom dataset, I use:
and the main.py comand:
|
Any of you have a solution for: this issue #75? Or find a nice guide to finalize the fine-tuning? |
@ANDRESHZ Thank you for your response but I didn't fully understand what path I should provide in "/<faces_webface_112x112>". Additionally, I would like to mention that I won't be using face data as a custom dataset, instead, I will be using another biometric feature to fine-tune Adaface. Can you please let me know if you can assist me with this? |
@selingok033 You must use the folder that you want to convert the .rec and the binary files to create the 5 validation datasets. OK if you will have not used custom dataset like actual "issue thread #81" you will modify the "head" to add the structure EX: into a MLP and get union with the structure after to the load de ".ckpt" file, or would you train from 0 changing the head to admit you new additional metadata. |
Could you please let us know the folder structure required for custom dataset training?
The text was updated successfully, but these errors were encountered: