You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
15
15
16
16
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:
17
17
@@ -28,10 +28,11 @@ data/sets/nuscenes
28
28
29
29
30
30
### 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
+
32
33
```bash
33
34
bash src/database/create_database.sh
34
35
```
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.
0 commit comments