Home

Awesome

CARP<sup>e</sup> Posterum

A Convolutional Approach for Real-time Pedestrian Path Prediction
Presented at AAAI 2021

Required Libraries

PyTorch
PyTorch Geometric
See requirements.txt

Commands

bash download_data.sh #Will download and unzip dataset in correct location
python3 main.py

Citation

@misc{mendieta2021carpe,
      title={CARPe Posterum: A Convolutional Approach for Real-time Pedestrian Path Prediction}, 
      author={Matías Mendieta and Hamed Tabkhi},
      year={2021},
      eprint={2005.12469},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
}