Zzz0918 Bradgers commited on
Commit
06e5d0b
·
1 Parent(s): d09c7d2

Update 2D and 3D Traffic Elements (#3)

Browse files

- Update 2D and 3D Traffic Elements (81788096c0f81141ba3a151be5597ce31de52d8c)


Co-authored-by: Bradgers <Bradgers@users.noreply.huggingface.co>

README.md CHANGED
@@ -1,23 +1,23 @@
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:
@@ -25,16 +25,28 @@ The extracted files follow this structure:
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.
 
1
  ---
2
+ pretty_name: 2D and 3D Traffic Elements for nuScenes and NAVSIM
3
  ---
4
 
5
+ # 2D and 3D Traffic Elements for nuScenes and NAVSIM
6
 
7
+ This dataset contains YOLO-format 2D Traffic Element labels and generated 3D Traffic Element center points for the nuScenes and NAVSIM 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
 
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 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:
 
25
  ```text
26
  data/
27
  ├── nuscenes/
28
+ ── traffic_elements/
29
+ └── <sample_token>.json
30
+ │ └── traffic_elements_2d/
31
+ │ └── labels/
32
+ │ └── <image_name>.txt
33
  └── navsim/
34
+ ── traffic_elements/
35
+ │ ├── trainval/
36
+ │ │ └── <log_name>/
37
+ │ │ └── <image_token>.json
38
+ │ └── test/
39
+ │ └── <log_name>/
40
+ │ └── <image_token>.json
41
+ └── traffic_elements_2d/
42
  ├── trainval/
43
  │ └── <log_name>/
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 NAVSIM datasets.
navsim_traffic_elements.tar.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:226b6eaa41a3ed46fcd4c91d69c9ae20511a48c7344a66b9cf4c0aaa785a4661
3
- size 171167408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ee1ea77a4d47c70cd3642c47d0d140e2c1897ecfff1684b83a6422e9f3758be
3
+ size 214671563
nuscenes_traffic_elements.tar.gz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1bd6c0597641bc6cc722c1d7fcae4944198b1974cedec9d08e806b398fd001c3
3
- size 13374317
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fc91f39e1286827eca149e7877462172f4aaf507fbcd04576878b51ef8a7f65
3
+ size 17245801