Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 699 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 699 Bytes

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.