-
Notifications
You must be signed in to change notification settings - Fork 5
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
Cannot reproduce the performance by ViT #5
Comments
Hi With regards to the ViT method, yes I was able to reproduce the results from the baseline paper and achieve results very close to the originally reported numbers. From your results, I understand that you have been trying to reproduce the results for the 0-shot setting. One suggestion would be to verify your input samples and their pre-processing, which plays a major role. Also, consider playing around with the hyper-parameters. |
Hello,thank you for impressive research. I encountered the same problem. These are some data that I have processed, and the data processing method used is mtcnn ,and change the face size to 224. |
Hi, thank you for impressive research.
Your proposed model reproduces, but does not reproduce the performance of the experiments on ViT both MICO protocols.
just wondering if you were able to reproduce the ViT performance. TPR@FPR, which differs from the paper by about 2-30%.
Here is the result I got by running python
train_vit.py --config M, C, I, O
for each.Can you give any suggestions for result?
The text was updated successfully, but these errors were encountered: