Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

get-eyedata

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-eyedata

gat gaze data form record.

  • 1.3.4
  • PyPI
  • Socket score

Maintainers
1

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.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc