- Download data from https://github.com/Davidham3/STSGCN
- Make the data folder and move the downloaded dataset into the data folder
- Pre-process data:
python proc_data.py
For our model
python main.py --config ./config/traversenet.json
For baseline models
python main.py --config ./config/astgcn.json
python main.py --config ./config/dcrnn.json
python main.py --config ./config/graphwavenet.json
python main.py --config ./config/gru.json
python main.py --config ./config/stgcn.json