-
Notifications
You must be signed in to change notification settings - Fork 210
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 achieve same result in paper #37
Comments
While unfortunately I don't have the time to look thru your code line-by-line at the moment, my comments are as follow (will have a look at a later point):
All in all, to conclude, the provided model should be able to reproduce the exact numerical results on 300W and Menpo (both 2D&3D), however you will need to retrain a bit on video frames the models to reproduce the 300VW results. |
Thank you for your quick response. |
@thanhhvnqb I have run the script available online and I got 300W-3D: 81.1% Menpo-3D: 72.5% I am now away but I can send you this particular predictions obtained using this code on the begging on the next week. |
Oh. That's quite strang. I also run the online code but cannot achieve the same result. I run by using the nvidia-docker of this repository. So could you send me the code you use to run? Maybe I can check and find whether my configuration is right or not. |
Dear Mr. Adrian Bulat,
I run your code based on the Nvidia-docker file you provided. But unfortunately, I cannot achieve the same result as you reported in the paper. I downloaded the model from your provided link.
So could you review and check are there any problems with the code and models?
Thank you so much and sorry for any inconvenience.
Here is my evaluation result
===300W-Testset-3D
600
('AUC: ', 0.6637857142857142)
===Menpo-3D
8955
('AUC: ', 0.42285235702321128)
===300VW-CatA
62643
('AUC: ', 0.52723026857407407)
===300VW-CatB
32872
('AUC: ', 0.55551620136981539)
===300VW-CatC
27245
('AUC: ', 0.26830873292609392)
Here is the link to download the result of 3D-FAN that I generate
3dFAN_result.zip
Here is my modified code.
3dFAN.zip
The text was updated successfully, but these errors were encountered: