Skip to content

xichennn/LSTM-on-simulated-CARLA-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Results comparison

Each segment contains 10s (0-9) trajectory datapoints. We compared using different length of input sequence:

  • 3s (2-4)
  • 4s (1-4)
  • 5s (0-4)

to predict 5s (5-9) trajectory into future.

accessibility text

Observation: Larger variance among predictions with lane change

5s input sequence gives the best performance. Hence, we compared adding extra features (vel_x and vel_y) into 5s input sequence.

Observations:

  • Longer input sequence and more input features yield better performance
  • Error values increase when the prediction horizon increases

The CARLA simulated data can be found here.

About

Trajectory prediction using CARLA simulated data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages