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

Reproducibility problem on MPIIFaceGaze #1

Closed
vikrant7 opened this issue Jun 7, 2021 · 2 comments
Closed

Reproducibility problem on MPIIFaceGaze #1

vikrant7 opened this issue Jun 7, 2021 · 2 comments

Comments

@vikrant7
Copy link

vikrant7 commented Jun 7, 2021

Hi @yihuacheng,
I trained your pre-trained model on MPIIFaceGaze. I haven't made any changes in the script for training as well as pre-processing of dataset. I performed the leave-one-person-out evaluation on this dataset as mentioned in your paper.
I am using PyTorch 1.7.0.
I got the following best angular errors for respective person:

Person Best error
0 2.37
1 4.36
2 4.41
3 4.49
4 3.05
5 3.79
6 3.07
7 4.34
8 4.44
9 4.15
10 5.89
11 5.42
12 4.09
13 3.71
14 6.23
Mean 4.254

The mean of this best angular errors comes out to be 4.254, which is far away from the reported 4.00 error.
Please let me know if I am missing something over here. Also, help me to reproduce the reported results.

@yihuacheng
Copy link
Owner

I show my result in the following. The result shows 4.25 at begining while decreases to 4.0 at the end. You could check your code again.


The performance of each epoch.

Epoch Error
10 4.26
20 4.02
30 4.23
40 4.11
50 4.16
60 4.06
70 4.00
80 4.06

The performance of each person in 20 epoch.

Person Error
0 2.57
1 4.51
2 4.35
3 2.77
4 2.59
5 3.63
6 3.67
7 4.19
8 4.13
9 3.54
10 5.49
11 5.77
12 4.24
13 3.38
14 5.51

@vikrant7
Copy link
Author

@yihuacheng Thanks for sharing this. I was able to reproduce results using your ETH-XGaze pretrained model. But I am not able to reproduce results when I am training from scratch on ETH-XGaze. Please share the ETH-XGaze training parameters.

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