hysts / pytorch_mpiigaze

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

A clarification #50

Closed dreamer-1996 closed 3 years ago

dreamer-1996 commented 3 years ago

Hello! I am curious to know what exactly your scripts/run_all_mpiigaze_resnet_preact.sh does?

It trains a model using the entire dataset (Person 0 to Person 14). Then on which person is the evaluation done?

On running the script scripts/run_all_mpiigaze_resnet_preact.sh creates 15 subfolders inside the experiments folders.Each folder contains a model and an eval folder.On which person is the evaluation of the model done?

hysts commented 3 years ago

Hi, @dreamer-1996

This script runs 15 different experiments with different test users for the leave-one-person-out testing protocol. For example, in the case of the directory 00, the person with id 00 will be used for test, and the other people will be used for training.