Skip to content

ZiyiLiubird/GRIP_Plus_Plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages