Prediction for Planning (PfP): Semi-supervised Learning for Reactive Prediction conditioned by Future Plan and Its Application to Autonomous Driving
"Anonymous"
Affiliation
[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
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
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"
python train.py
# single node with 4 gpus
horovodrun -np 4 -H localhost:4 python train.py