Skip to main content

gat gaze data form record.

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

get_eyedata-1.3.4-py3-none-any.whl (9.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page