Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 802 Bytes

File metadata and controls

28 lines (24 loc) · 802 Bytes

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.