Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Friendly Update #11

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update README.md
bugerry87 authored May 21, 2020
commit 189133e56a92f427d713862dac7026d61f925121
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -119,6 +119,17 @@ python get_nuscenes_stats.py > nuscenes_train_stats.txt
- Toyota Research Institute ("TRI") provided funds to assist the authors with their research but this article solely reflects the opinions and conclusions of its authors and not TRI or any other Toyota entity.


## Change Log
by bugerry87:

- Update requirements to latest packages (2020/5/21)
- Change from scikit-learn to scipy
- Fix numba warnings
- Removed hardcode parameters, paths
- Fit expected data-structure to nuScenes recommendation, see: https://github.com/nutonomy/nuscenes-devkit
- Provide a single shot `run.sh`, while the previous version became `run-grid-search.sh` that trails 8 different settings


## References
- \[1\] *"nuScenes: A multimodal dataset for autonomous driving"*, Holger Caesar, Varun Bankiti, Alex H. Lang, Sourabh Vora, Venice Erin Liong, Qiang Xu, Anush Krishnan, Yu Pan, Giancarlo Baldan, and Oscar Beijbom, arXiv:1903.11027, 2019.
- \[2\] *"A Baseline for 3D Multi-Object Tracking"*, Xinshuo Weng and Kris Kitani, arXiv:1907.03961, 2019.