Skip to content

Commit 12fb091

Browse files
Fix links in readme and nuImages tutorial (#459)
1 parent 9b492f7 commit 12fb091

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ To install nuScenes-lidarseg, please follow these steps:
9999
- Download the dataset from the [Download page](https://www.nuscenes.org/download),
100100
- Extract the `lidarseg` and `v1.0-*` folders to your nuScenes root directory (e.g. `/data/sets/nuscenes/lidarseg`, `/data/sets/nuscenes/v1.0-*`).
101101
- Get the latest version of the nuscenes-devkit.
102-
- 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`
102+
- 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`
103103
- Get started with the [tutorial](https://github.com/nutonomy/nuscenes-devkit/blob/master/python-sdk/tutorials/nuscenes_lidarseg_tutorial.ipynb).
104104

105105
### Prediction challenge

python-sdk/tutorials/nuimages_tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"9. `object_ann` - Bounding box and mask annotation of an object (e.g. car, adult).\n",
3030
"10. `surface_ann` - Mask annotation of a surface (e.g. `flat.driveable surface` and `vehicle.ego`).\n",
3131
"\n",
32-
"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",
32+
"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",
3333
"![](https://www.nuscenes.org/public/images/nuimages-schema.svg)"
3434
]
3535
},

0 commit comments

Comments
 (0)