Giter Site home page Giter Site logo

kalmanbaseline's Introduction

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

To use this code :

  • Set the parameters, dataset path settings.yaml (The Bicycle model may show training unstabilities, contributions are welcome.)
  • Run train_kalman_predict.py starts the trainning.
  • Enter the name of the trained model in the load_name field of settings.yaml (should be in the form <model>_<dataset>_<id>)
  • Run bokeh serve --show plot_interactive.py to open an interactive plot in the browser
  • Run python save_results.py to save the prediction results computed on the test set
  • Run python stats_results.py to print metrics evaluation, plot covariance matching and error histogram (from the saved results)

Datasets

NGSIM

From NGSIM website:

From googledrive:

Dataset fields:

  • doc/trajectory-data-dictionary.htm

This Dataset is to be pre-processed with the Matlab function preprocess_data.m (that is a slightly modified version of the one from https://github.com/nachiket92/conv-social-pooling)

Argoverse

Get the data from the Argoverse website:

Put their API from Argoverse in a directory at same depth named "Argoverse"

Fusion

The Fusion dataset option relates to a private dataset that is not available.

kalmanbaseline's People

Contributors

jmercat avatar jmercatrnlt avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.