nikhilpopli4900 / KalmanBaseline

Baseline Kalman models for trajectory predictions. One is constant velocity LSTM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Baseline Models

This is a code for baseline production using Kalman filter. It is the implementation of the models presented in : https://arxiv.org/abs/1908.11472

This may be quiet slow to train... contributions are welcome

Kalman filter approximated trained parameters are hard coded as initial values.

NGSIM dataset

From NGSIM website:

From googledrive:

Dataset fields:

  • doc/trajectory-data-dictionary.htm

Reference .mat files

Obtained with preprocess_data.m applied to above NGSIM dataset

About

Baseline Kalman models for trajectory predictions. One is constant velocity LSTM

License:GNU General Public License v3.0


Languages

Language:Python 84.9%Language:MATLAB 15.1%