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
Release history Release notifications | RSS feed
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
File details
Details for the file get_eyedata-1.3.4-py3-none-any.whl
.
File metadata
- Download URL: get_eyedata-1.3.4-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a354bbd0c8890889c3c52f24a23a1083bf6f8cc5a91ae971972a6a6322f6d9e |
|
MD5 | 41d074fc7d701b86b8ccc4ea76c5f44a |
|
BLAKE2b-256 | b32ce6092e4848ba0f525389174df8fea61a5478e7deb3f873e6ba36441d6961 |