Skip to content

Commit

Permalink
Fix links in readme and nuImages tutorial (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
whyekit-motional authored Sep 2, 2020
1 parent 9b492f7 commit 12fb091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ To install nuScenes-lidarseg, please follow these steps:
- Download the dataset from the [Download page](https://www.nuscenes.org/download),
- Extract the `lidarseg` and `v1.0-*` folders to your nuScenes root directory (e.g. `/data/sets/nuscenes/lidarseg`, `/data/sets/nuscenes/v1.0-*`).
- Get the latest version of the nuscenes-devkit.
- If you already have a previous version of the devkit, update the pip requirements (see [details](https://github.com/nutonomy/nuscenes-devkit/blob/master/setup/installation.md)): `pip install -r setup/requirements.txt`
- If you already have a previous version of the devkit, update the pip requirements (see [details](https://github.com/nutonomy/nuscenes-devkit/blob/master/docs/installation.md)): `pip install -r setup/requirements.txt`
- Get started with the [tutorial](https://github.com/nutonomy/nuscenes-devkit/blob/master/python-sdk/tutorials/nuscenes_lidarseg_tutorial.ipynb).

### Prediction challenge
Expand Down
2 changes: 1 addition & 1 deletion python-sdk/tutorials/nuimages_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"9. `object_ann` - Bounding box and mask annotation of an object (e.g. car, adult).\n",
"10. `surface_ann` - Mask annotation of a surface (e.g. `flat.driveable surface` and `vehicle.ego`).\n",
"\n",
"The database schema is visualized below. For more information see the [schema page](https://github.com/nutonomy/nuscenes-devkit/blob/master/schema-nuimages.md).\n",
"The database schema is visualized below. For more information see the [schema page](https://github.com/nutonomy/nuscenes-devkit/blob/master/docs/schema_nuimages.md).\n",
"![](https://www.nuscenes.org/public/images/nuimages-schema.svg)"
]
},
Expand Down

0 comments on commit 12fb091

Please sign in to comment.