Walleclipse / Gaze_Tracking

Gaze-Tracking based on head orientation and eye orientation
67 stars 23 forks source link

how we can use MPIIGaze dataset #3

Closed nastaran-amini closed 2 years ago

nastaran-amini commented 3 years ago

when i want to use MPIIGaze dataset for this code i have many error for load data.. finally i found that this dataset is not match to this gitub code . annotation and test and train data completely different from your code especially headloader fun. please guide me which dataset is match to your code . thanks

Walleclipse commented 3 years ago

Hi,

Sorry for the inconvenience. My data set is collected by a company. Which is private. For the public dataset, Please check the data description part of Zhu_Monocular_Free-Head_3D_ICCV_2017.

You need to prepare your dataset to follow my data format, please check sample_data. 1) Save images of the pose of the head, left eye, and right eye in the folder of head, l_eye, and r_eye. 2) Save ground-truth (3-d) value of the head pose and eye pose in head_label.txt and eye_label.txt. Then save the final gaze label in gaze_label.txt.

According to the Zhu_Monocular_Free-Head_3D_ICCV_2017, there is a geometric constrains between the pose of the head, eye, and gaze vectors.