argoverse / argoverse-api

Official GitHub repository for Argoverse dataset
https://www.argoverse.org
Other
833 stars 239 forks source link

Remove ipynb ckpts and replace numba install #261

Closed jhonykaesemodel closed 2 years ago

jhonykaesemodel commented 2 years ago

Remove the Jupyter temporary checkpoints for the stereo notebook. Add the .ipynb_checkpoints folder to .gitignore to avoid the temporary Jupyter checkpoints being pushed in. Replace pip3 install numba from tox.ini to setup.py to make numba a required dependency.