| # Gaze 360 | |
| All recorded gaze data are in 'Gaze_txt_files' directory, under this directory, the data for one person | |
| is placed in one directory and the data for one video is stored in one txt file. each line in txt file | |
| is organized as follows: "frame, frame index, forward, head position x, head position y, eye, gaze position x, | |
| gaze position y", where frame index starts from 1, head position and gaze position are the position of head | |
| and eye in the panorama image, they are fractional from 0.0 to 1.0 with respect to the panorama image and | |
| computed from left bottom corner | |
| The 360 degree videos are in 'videos' and coming soon. |