Skip to content

PerForm-Lab-RIT/pupil-core-pipeline

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Development installation

# 1. clone repository and change curren working directory to clone
# 2. Update pip
pip install -U pip
# 3. Editable install of core pipeline
pip install -e .

Dependencies

  1. Install Pupil Core source code and dependencies
  2. [Optional] Create .env file with the following content:
CORE_SHARED_MODULES_LOCATION={Full path to .../pupil/pupil_src/shared_modules}
RECORDING_LOCATION={Full path to a recording}
REF_DATA_LOCATION=${RECORDING_LOCATION}/offline_data/reference_locations.msgpack

Pipeline execution

Execute from the root of this repository

python -m core.pipeline

See python -m core.pipeline --help for help. Alternatively, the options can be read from the .env file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%