Skip to content

Exploring Dynamic Context for Multi-path Trajectory Prediction

Notifications You must be signed in to change notification settings

tanjatang/DCENet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3f66fc8 · Sep 20, 2021

History

33 Commits
Oct 30, 2020
Oct 30, 2020
Oct 30, 2020
Oct 30, 2020
Oct 31, 2020
Nov 26, 2020
Sep 20, 2021

Repository files navigation

Exploring Dynamic Context for Multi-path Trajectory Prediction

DCENet Structure

DCENet

Requiements

  • python3
  • keras-gpu 2.3.1
  • tensorflow 2.1.0
  • numpy ...
pip install -r requiements.txt

Data Preparation

  1. download raw data from directory /WORLD H-H TRAJ

  2. run /scripts/trainer.py by setting arg.preprocess_data==True for data processing.

Note: check if all of the listed directories have already been yieled; set arg.preprocess_data==False if you have already the processed data.

Test

You can get the results as reported in the paper using our pretrained model.

  1. Download pretrained model from /models/best.hdf5

Train

You also can train from sratch by /scripts/trainer.py

Citation

If you find our work useful for you, please cite it as:

@article{cheng2020exploring,
  title={Exploring Dynamic Context for Multi-path Trajectory Prediction},
  author={Cheng, Hao and Liao, Wentong and Tang, Xuejiao and Yang, Michael Ying and Sester, Monika and Rosenhahn, Bodo},
  journal={arXiv preprint arXiV:2010.16267},
  year={2020}
}

About

Exploring Dynamic Context for Multi-path Trajectory Prediction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages