Skip to content

Commit 1c5bc0d

Browse files
author
saramontese
committed
update readme files
1 parent 9cd671c commit 1c5bc0d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/database/DATASET.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ wget https://www.nuscenes.org/data/v1.0-trainval.tgz
1111
tar -xf v1.0-trainval.tgz -C ./data/sets/nuscenes
1212
```
1313

14-
NOTE: the dowloaded files are suffient to render scenes. For prepocessing, complete the steps below as well.
14+
NOTE: the dowloaded files are suffient to render scenes. For preprocessing, complete the steps below as well.
1515

1616
Download CAN bus data and map expansions from the [Download page](https://github.com/nutonomy/nuscenes-devkit?tab=readme-ov-file#can-bus-expansion). After downloading, your folder structure should look like this:
1717

@@ -28,10 +28,11 @@ data/sets/nuscenes
2828

2929

3030
### 2. Preprocess Dataset
31-
To define the necessary inputs for building PGs from vehicle observations, run the preprocessing script:
31+
Generate the dataset from which PGs will be created. Make sure to update the script to point to the correct NuScenes path and dataset split.
32+
3233
```bash
3334
bash src/database/create_database.sh
3435
```
35-
Make sure to update the script to point to the correct NuScenes path and dataset split.
36-
This step will generate all the processed data required to create PGs.
36+
37+
3738

0 commit comments

Comments
 (0)