hysts / pytorch_mpiigaze

An unofficial PyTorch implementation of MPIIGaze and MPIIFaceGaze
MIT License
346 stars 85 forks source link

Why are you only using the evaluation set (3000) images for both training and testing? #42

Closed err-or closed 3 years ago

err-or commented 3 years ago

Hi @hysts! Thank you for your work here. I am a bit confused about the MPIIGaze dataset that you are using for gaze estimation during training and testing. It seems like you are only using the evaluation set for both training and testing which contains 1500 left eye and 1500 right eye images, while the total dataset provides more images (normalized) specific to each participant.

Is there any particular reason as to why you are using only the evaluation set during training?

hysts commented 3 years ago

Hi, @err-or

That's because that's the standard way to use the MPIIGaze dataset. Take a look at section 5 of MPIIGaze paper.