Thanks to visit codestin.com
Credit goes to github.com

Skip to content

martindue/eed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EED — Eye Event Detection

Train and use models for detection of events in eye tracking data

Setup

Clone the project

  git clone https://github.com/martindue/eed.git

Go to the project directory

  cd eed

Install dependencies (using conda)

conda env create -f environment.yaml

Activate the environment

conda activate eed

Data

The code currently works with the 6 .npy files in this folder: https://github.com/r-zemblys/irf/tree/master/etdata/lookAtPoint_EL

They have to be placed into the folders .data/raw/train_data and .data/raw/test_data/ which both need to be created manually by the user.

I plan to add support for more publicly available data.

Usage

The program uses the lightningCLI and jsonargparse command line interfaces.

Running training:

python src/ml/scripts/main.py fit --config src/ml/config/main.yaml

Many options and settings can be set in the config file.

Hyperparamter search for sklearn with Optuna:

python src/ml/scripts/tune_sklearn.py --config src/ml/config/sklearn_tune.yaml

License

MIT

About

Eye Event Detection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors