ljvblfz / PfP_public

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prediction for Planning (PfP): Semi-supervised Learning for Reactive Prediction conditioned by Future Plan and Its Application to Autonomous Driving

"Anonymous"

Affiliation

img

[Acknowledgment] Great thanks for remarking trajectory prediction work by Liang et al. Our work is generally applicable wrapping framework but this repository is about predicting the future trajectory of the surrounding vehicles in the field of autonomous driving using LaneGCN as basis network

Table of Contents

Install

You need to install following git repositories:

  • note: Since the original Argoverse API is modified in this works, please you the argoverse-api included in this repository

Prepare Data

In this repository, small amount of the raw data and corresponding post-processed sample of Argoverse Motion Forecasting dataset is included. If you want to use full data, please download from Argoverse official website

Since the PfP requires future trajectory of the ego vehicle, the test set is not used.

[Confidential] Because of the internal issue, the source code for data processing is blocked. For academical use, please contact "Anonymous"

Training

Training with single GPU

python train.py

Training with multigpus using horovod

# single node with 4 gpus
horovodrun -np 4 -H localhost:4 python train.py

Testing

img

About


Languages

Language:Python 99.9%Language:Shell 0.1%Language:OpenEdge ABL 0.1%