Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.14 KB

README.md

File metadata and controls

37 lines (20 loc) · 1.14 KB

GRIP++

This repository is the re-implementation of GRIP++: Enhanced Graph-based Interaction-aware Trajectory Prediction for Autonomous Driving on the Baidu Apollo Trajectory dataset. GRIP++ is an enhanced version of GRIP (GRIP: Graph-based Interaction-aware Trajectory Prediction).

The official codes can be found here GRIP++.

Our implementation has several advantages over official codes:

  1. User friendly graph data preprocessing.

  2. Using graph convolutional network rather than Conv2d: The official codes implemented GCN using Conv2d.

  3. Better performance: Our model has better performance than the official implementation under same hyperparameters.

WSADE ADEv ADEp ADEb
Our implementation 1.133 1.705 0.696 1.762
official implementation 1.176 1.652 0.764 1.829

  1. data generation.
python data_process.py
  1. training model.
python main.py