From c89380806ab59b0e77902907ac1eb46f69562d56 Mon Sep 17 00:00:00 2001 From: jhonykaesemodel Date: Mon, 26 Jul 2021 11:01:05 -0400 Subject: [PATCH] Update README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 11dcbf8d..cfb8dae6 100644 --- a/README.md +++ b/README.md @@ -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: