this library is an application that allows you to track objects in a video file and save the tracking data to pandas dataframe
you can use pip to install get-eyedata.
pip install get-eyedata
you need video file which is recorded by OBS with original setting
show details -> https://github.com/ikrfun/get_eyedata/wiki/usage-en
get OBS -> https://obsproject.com/ja/download
To use mekeing eye dataset, run the following command in your terminal
from get_eyedata import valo
# valo_df is pandas dataframe
valo_df = valo.make_dataset('{video-file-path}')
# save as csv
valo_df.to_csv('out-csv-path')
This project is licensed under the MIT License. See the LICENSE
file for more information.