usc-sail / ggs_driving

Segmentation Algorithms for Physiological Time Series

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tracking Arousal-level Changes on Drivers

git clone https://github.com/usc-sail/ggs_driving
cd ggs_driving && pip install -r requirements.txt

Datasets

To run experiments you need to download either of the following datasets:

After extracting them you should modify the paths in datasets/__init__.py accordingly.

Experiments

You can modify parameters of the experiment at the main.py file.

./run.sh

Results are stored under runs/{dataset}/ for each utilized dataset.

About

Segmentation Algorithms for Physiological Time Series

License:MIT License


Languages

Language:Python 98.3%Language:Shell 1.7%