Add nuScenes and NAVSIM traffic elements
#2
by Bradgers - opened
README.md
CHANGED
|
@@ -1,3 +1,40 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
pretty_name: 3D Traffic Elements for nuScenes and NAVSIM
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
# 3D Traffic Elements for nuScenes and NAVSIM
|
| 6 |
+
|
| 7 |
+
This dataset contains generated 3D Traffic Element center points for the nuScenes and NAVSIM datasets.
|
| 8 |
+
|
| 9 |
+
## Files
|
| 10 |
+
|
| 11 |
+
- `nuscenes_traffic_elements.tar.gz`: 3D Traffic Elements for nuScenes.
|
| 12 |
+
- `navsim_traffic_elements.tar.gz`: 3D Traffic Elements for NAVSIM.
|
| 13 |
+
|
| 14 |
+
## Extraction
|
| 15 |
+
|
| 16 |
+
<!-- Extract the archives from the root of the [TE-Aware-E2E-AD](https://github.com/ZZongzheng0918/TE-Aware-E2E-AD) repository: -->
|
| 17 |
+
|
| 18 |
+
```bash
|
| 19 |
+
tar -xzf nuscenes_traffic_elements.tar.gz
|
| 20 |
+
tar -xzf navsim_traffic_elements.tar.gz
|
| 21 |
+
```
|
| 22 |
+
|
| 23 |
+
The extracted files follow this structure:
|
| 24 |
+
|
| 25 |
+
```text
|
| 26 |
+
data/
|
| 27 |
+
├── nuscenes/
|
| 28 |
+
│ └── traffic_elements/
|
| 29 |
+
│ └── <sample_token>.json
|
| 30 |
+
└── navsim/
|
| 31 |
+
└── traffic_elements/
|
| 32 |
+
├── trainval/
|
| 33 |
+
│ └── <log_name>/
|
| 34 |
+
│ └── <image_token>.json
|
| 35 |
+
└── test/
|
| 36 |
+
└── <log_name>/
|
| 37 |
+
└── <image_token>.json
|
| 38 |
+
```
|
| 39 |
+
|
| 40 |
+
Please follow the licenses and terms of use of the original nuScenes and NAVSIM datasets.
|