Skip to content

ikrfun/get_eyedata

Repository files navigation

Get-eyedata

this library is an application that allows you to track objects in a video file and save the tracking data to pandas dataframe

Installation


you can use pip to install get-eyedata.

pip install get-eyedata

Usage

Preparing Recorded Data

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


When creating a dataset of actual facial images and their corresponding gaze coordinates

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')

License

This project is licensed under the MIT License. See the LICENSE file for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published