hysts / pytorch_mpiigaze_demo

Gaze estimation using MPIIGaze and MPIIFaceGaze
MIT License
300 stars 68 forks source link

Training code for ETH-XGAZE dataset #9

Closed bakukaggle closed 2 years ago

bakukaggle commented 2 years ago

Hi, Would your provide the training code/scripts for ETH-XGAZE dataset?

hysts commented 2 years ago

Hi, @bakukaggle

Sorry, at the moment I don't have enough time to clean up the training code I used, so I'm not going to release it right away. However, it seems the official ETH-XGaze repository contains the training code, so I think you can use it to train your model.

bakukaggle commented 2 years ago

Thanks @hysts for your response.

I have checked this repo. Is there any preprocessing steps needed for ETH-XGAZE dataset?. Or I just use their provided ground truths to train model which is consistent with your demo code?

hysts commented 2 years ago

@bakukaggle

Is there any preprocessing steps needed for ETH-XGAZE dataset?. Or I just use their provided ground truths to train model which is consistent with your demo code?

No, there isn't. So I think models trained with their code should work with this repo, but just to be sure, you might want to check first if their pretrained model works properly with this repo.