Demo for extracting prior knowledge (model parameter distribution) from Waymo Open Motion Dataset v1.1 via Empirical Bayes Analysis.
- Clone this repository
- Download Waymo Open Motion Dataset and put the data into "demo/data" directory
- Install Dependencies
- pip install requirements.txt
- install waymo_open_dataset according to here
- Run demo/preprocess_waymo.ipynb as entrypoint.
- Excute Empirical Bayes Analysis with:
- demo/ego_traj_analyse.ipynb for ego vehicle trajectory.
- demo/agt_traj_analyse.ipynb for other object trajectory.
- Evaluate AIC, BIC and representation error with demo/result_evaluation.ipynb.
- We provide the extracted model prior distribution and observation noise distribution for different objects and timescales in demo/logs/gradient_tape.
- An example of integrating prior knowledge is provided in demo/integrate_prior.ipynb.
For further help, see the API-documentation or contact the maintainers.
Copyright (c) 2023 Continental Corporation. All rights reserved.