Repository of LFN course's project a.y. 2022/23
https://github.com/CristianBold4/LfN_project/blob/main/LFN_Final_Report.pdf
Collaborators:
- Boldrin Cristian
- Makosa Alberto
- Mosco Simone
Goal: use historical speed data to predict the speed at a given future time step.
Datasets:
- METR-LA: DCRNN author's Google Drive
- PEMSD4-BAY: DCRNN author's Google Drive
- PeMSD7-LA: STGCN author's GitHub repository
Data model:
Each node represents a sensor station recording the traffic speed. An edge connecting two nodes means these two sensor stations are connected on the road. The geographic diagram representing traffic speed of a region changes over time.
PyTorch implementation of slightly modified version of the paper Spatio-Temporal Graph Convolutional Networks: A Deep Learning Framework for Traffic Forecasting (https://arxiv.org/abs/1709.04875)
To install requirements:
pip3 install -r requirements.txt
cd STGCN-model
python main.py [--args]