Giter Site home page Giter Site logo

bob-cs / waymo-motion-prediction-challenge-2022-multipath-plus-plus Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stepankonev/waymo-motion-prediction-challenge-2022-multipath-plus-plus

0.0 0.0 0.0 842 KB

Solution for Waymo Motion Prediction Challenge 2022. Our implementation of MultiPath++

Home Page: https://arxiv.org/abs/2206.10041

License: Other

Python 100.00%

waymo-motion-prediction-challenge-2022-multipath-plus-plus's Introduction

Waymo motion prediction challenge 2022: 3rd place solution (May, 26)

Our implementation of MultiPath++

General Info:

Team behind this solution:

Stepan Konev

Code Usage:

First we need to prepare data for training. The prerender script will convert the original data format into set of .npz files each containing the data for a single target agent. From code folder run

python3 prerender/prerender.py \
    --data-path /path/to/original/data \
    --output-path /output/path/to/prerendered/data \
    --n-jobs 24 \
    --n-shards 1 \
    --shard-id 0 \
    --config configs/prerender.yaml

Rendering is a memory consuming procedure so you may want to use n-shards > 1 and running the script a few times using consecutive shard-id values

Once we have our data prepared we can run the training.

python3 train.py configs/final_RoP_Cov_Single.yaml

If you find this work interesting please ⭐️star and share this repo.

Citation

If you find this work useful please cite us

@misc{https://doi.org/10.48550/arxiv.2206.10041,
  doi = {10.48550/ARXIV.2206.10041},
  url = {https://arxiv.org/abs/2206.10041},
  author = {Konev, Stepan},
  keywords = {Computer Vision and Pattern Recognition (cs.CV), FOS: Computer and information sciences, FOS: Computer and information sciences},
  title = {MPA: MultiPath++ Based Architecture for Motion Prediction},
  publisher = {arXiv},
  year = {2022},
  copyright = {arXiv.org perpetual, non-exclusive license}
}

waymo-motion-prediction-challenge-2022-multipath-plus-plus's People

Contributors

stepankonev 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.