We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thank you for the code,I want to run your code,but I am not sure how to modify the path in the config file if config.dataset == "ms1m_split":
config.rec = "/face_recognition/ms1m_split/ # config.val_rec = "/lssd1/face_recognition/val" config.val_rec ="/face_recognition/val #config.val_rec ="/home/jackieliu/MS-intern/face_recognition/val" config.local_rec = "/face_recognition/ms1m_split/local_veri_4000" #config.local_rec = "/home/jackieliu/MS-intern/face_recognition/ms1m_split/local_veri_4000"
The text was updated successfully, but these errors were encountered:
Thanks for your contribution! I have the same problem, also how can I evaluate it? I need your help~
Sorry, something went wrong.
No branches or pull requests
Thank you for the code,I want to run your code,but I am not sure how to modify the path in the config file
if config.dataset == "ms1m_split":
config.rec = "/home/jackieliu/MS-intern/face_recognition/ms1m_split/"
The text was updated successfully, but these errors were encountered: