Add SimScale 2D and 3D Traffic Elements
#5
by Bradgers - opened
- README.md +28 -16
- simscale_traffic_elements.tar.gz +3 -0
README.md
CHANGED
|
@@ -1,15 +1,16 @@
|
|
| 1 |
---
|
| 2 |
-
pretty_name: 2D and 3D Traffic Elements for nuScenes and
|
| 3 |
---
|
| 4 |
|
| 5 |
-
# 2D and 3D Traffic Elements for nuScenes and
|
| 6 |
|
| 7 |
-
This dataset contains YOLO-format 2D Traffic Element labels and generated 3D Traffic Element center points for the nuScenes and
|
| 8 |
|
| 9 |
## Files
|
| 10 |
|
| 11 |
- `nuscenes_traffic_elements.tar.gz`: 2D labels and 3D center points for nuScenes.
|
| 12 |
- `navsim_traffic_elements.tar.gz`: 2D labels and 3D center points for NAVSIM.
|
|
|
|
| 13 |
|
| 14 |
## Extraction
|
| 15 |
|
|
@@ -18,6 +19,7 @@ This dataset contains YOLO-format 2D Traffic Element labels and generated 3D Tra
|
|
| 18 |
```bash
|
| 19 |
tar -xzf data/releases/nuscenes_traffic_elements.tar.gz
|
| 20 |
tar -xzf data/releases/navsim_traffic_elements.tar.gz
|
|
|
|
| 21 |
```
|
| 22 |
|
| 23 |
The extracted files follow this structure:
|
|
@@ -30,23 +32,33 @@ data/
|
|
| 30 |
│ └── traffic_elements_2d/
|
| 31 |
│ └── labels/
|
| 32 |
│ └── <image_name>.txt
|
| 33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
├── traffic_elements/
|
| 35 |
-
│
|
| 36 |
-
│
|
| 37 |
-
│ │ └── <image_token>.json
|
| 38 |
-
│ └── test/
|
| 39 |
-
│ └── <log_name>/
|
| 40 |
│ └── <image_token>.json
|
| 41 |
└── traffic_elements_2d/
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
│ └── labels/
|
| 45 |
-
│ └── <image_token>.txt
|
| 46 |
-
└── test/
|
| 47 |
-
└── <log_name>/
|
| 48 |
└── labels/
|
| 49 |
└── <image_token>.txt
|
| 50 |
```
|
| 51 |
|
| 52 |
-
Please follow the licenses and terms of use of the original nuScenes and
|
|
|
|
| 1 |
---
|
| 2 |
+
pretty_name: 2D and 3D Traffic Elements for nuScenes, NAVSIM, and SimScale
|
| 3 |
---
|
| 4 |
|
| 5 |
+
# 2D and 3D Traffic Elements for nuScenes, NAVSIM, and SimScale
|
| 6 |
|
| 7 |
+
This dataset contains YOLO-format 2D Traffic Element labels and generated 3D Traffic Element center points for the nuScenes, NAVSIM, and SimScale datasets.
|
| 8 |
|
| 9 |
## Files
|
| 10 |
|
| 11 |
- `nuscenes_traffic_elements.tar.gz`: 2D labels and 3D center points for nuScenes.
|
| 12 |
- `navsim_traffic_elements.tar.gz`: 2D labels and 3D center points for NAVSIM.
|
| 13 |
+
- `simscale_traffic_elements.tar.gz`: 2D labels and 3D center points for SimScale.
|
| 14 |
|
| 15 |
## Extraction
|
| 16 |
|
|
|
|
| 19 |
```bash
|
| 20 |
tar -xzf data/releases/nuscenes_traffic_elements.tar.gz
|
| 21 |
tar -xzf data/releases/navsim_traffic_elements.tar.gz
|
| 22 |
+
tar -xzf data/releases/simscale_traffic_elements.tar.gz
|
| 23 |
```
|
| 24 |
|
| 25 |
The extracted files follow this structure:
|
|
|
|
| 32 |
│ └── traffic_elements_2d/
|
| 33 |
│ └── labels/
|
| 34 |
│ └── <image_name>.txt
|
| 35 |
+
├── navsim/
|
| 36 |
+
│ ├── traffic_elements/
|
| 37 |
+
│ │ ├── trainval/
|
| 38 |
+
│ │ │ └── <log_name>/
|
| 39 |
+
│ │ │ └── <image_token>.json
|
| 40 |
+
│ │ └── test/
|
| 41 |
+
│ │ └── <log_name>/
|
| 42 |
+
│ │ └── <image_token>.json
|
| 43 |
+
│ └── traffic_elements_2d/
|
| 44 |
+
│ ├── trainval/
|
| 45 |
+
│ │ └── <log_name>/
|
| 46 |
+
│ │ └── labels/
|
| 47 |
+
│ │ └── <image_token>.txt
|
| 48 |
+
│ └── test/
|
| 49 |
+
│ └── <log_name>/
|
| 50 |
+
│ └── labels/
|
| 51 |
+
│ └── <image_token>.txt
|
| 52 |
+
└── simscale/
|
| 53 |
├── traffic_elements/
|
| 54 |
+
│ └── <split>/
|
| 55 |
+
│ └── <scene_name>/
|
|
|
|
|
|
|
|
|
|
| 56 |
│ └── <image_token>.json
|
| 57 |
└── traffic_elements_2d/
|
| 58 |
+
└── <split>/
|
| 59 |
+
└── <scene_name>/
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
└── labels/
|
| 61 |
└── <image_token>.txt
|
| 62 |
```
|
| 63 |
|
| 64 |
+
Please follow the licenses and terms of use of the original nuScenes, NAVSIM, and SimScale datasets.
|
simscale_traffic_elements.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d128ea1fdd4f4bc8810cd15512696b6c86912642d7bc1318bc0a45c63c4def8
|
| 3 |
+
size 216590976
|