Skip to content

Commit

Permalink
Merge pull request #261 from jhonykaesemodel/remove-ipynb-ckpts-and-r…
Browse files Browse the repository at this point in the history
…eplace-numba-install

Remove ipynb ckpts and replace numba install
  • Loading branch information
benjaminrwilson authored Jul 26, 2021
2 parents 5860c79 + c893808 commit ceaee0f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1,103,076 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ tests/test_data/tmp
.vscode
tests/test_data/1obj_*.txt
tests/test_data/mot16_scenario_*.txt

.ipynb_checkpoints
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,11 @@ Make sure that you can run `python -c "import argoverse"` in python, and you are
* Some visualizations may require `mayavi`. See instructions on how to install Mayavi [here](https://docs.enthought.com/mayavi/mayavi/installation.html).

### (optional) Stereo tutorial dependencies
* You will need to install four dependencies to run the [stereo tutorial](https://github.com/argoai/argoverse-api/blob/master/demo_usage/competition_stereo_tutorial.ipynb):
* You will need to install three dependencies to run the [stereo tutorial](https://github.com/argoai/argoverse-api/blob/master/demo_usage/competition_stereo_tutorial.ipynb):

* **Open3D**: See instructions on how to install [here](https://github.com/intel-isl/Open3D).
* **OpenCV contrib**: See instructions on how to install [here](https://pypi.org/project/opencv-contrib-python).
* **Plotly**: See instructions on how to install [here](https://github.com/plotly/plotly.py).
* **Numba**: See instructions on how to install [here](http://numba.pydata.org/).

### (optional) Remake the object-oriented label folders
* The `track_labels_amodal` folders contains object-oriented labels (in contrast to per-frame labels in `per_sweep_annotations_amodal` folders. Run following script to remake `track_labels_amodal` folders and fix existing issues:
Expand Down
Loading

0 comments on commit ceaee0f

Please sign in to comment.