Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Solution for Waymo Motion Prediction Challenge 2022. Our implementation of MultiPath++
| Date | Stars |
|---|---|
| 2026-07-24 | 415 |
| 2026-07-25 | 415 |
| 2026-07-28 | 415 |
| 2026-07-30 | 415 |
| 2026-08-06 | 415 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Waymo motion prediction challenge 2022: 3rd place solution (May, 26)
> **Highlight:** Check out our new project **StandardE2E** — a framework for unified end-to-end autonomous driving datasets processing:
> https://github.com/stepankonev/StandardE2E
## Our implementation of [MultiPath++](https://arxiv.org/abs/2111.14973)

## General Info:
- 🏎️[**CVPR2022 Workshop on Autonomous Driving website**](https://cvpr2022.wad.vision)
- 📜[**Technical report**](https://arxiv.org/abs/2206.10041)
- 🥉[**Waymo Motion Prediction Challenge Website**](https://waymo.com/open/challenges/2022/motion-prediction/)
- [❗Refactored code for our prize-winnig solution for Waymo Motion Prediction Challenge 2021](https://github.com/stepankonev/MotionCNN-Waymo-Open-Motion-Dataset)
## Team behind this solution:
Stepan Konev
- [[LinkedIn]](https://www.linkedin.com/in/stepan-konev/)
- [[Twitter]](https://twitter.com/konevsteven)
- [[Facebook]](https://www.facebook.com/stepan.konev.31)
## 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}
}
```
Excerpt of 2,346 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:69d66ce8c22181ff, topic:autonomous-driving, topic:self-driving-car, readme:autonomous driving
matched fp:69d66ce8c22181ff, topic:pytorch