GYLH commited on
Commit
a4e240d
·
verified ·
1 Parent(s): ba36309

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -39
README.md CHANGED
@@ -1,39 +1,39 @@
1
- # RADIUS_DataSet550
2
-
3
- RADIUS_DataSet550 is the first release of the safety-critical long-tail driving scenario dataset. It contains **550 instances** in total, including **500 safety-critical long-tail scenes** and **50 normal scenes**.
4
-
5
- ## Dataset Contents
6
- Each instance **X** is released as an image plus JSON sidecars:
7
-
8
- - `dataX.png`: the rendered driving scene.
9
- - `dataX.json`: taxonomy and post-decision supervision, including:
10
- - classification (Level-3)
11
- - `lt_ele` (dominant element)
12
- - `acc_factors`
13
- - `post_dec` (reference level and/or plan text)
14
- - `dataX_aligned.json`: simulator-ready coarse state for Phase-1 Safety (map/relations/kinematics abstraction).
15
- - `dataX_gt.json`: pre-decision action tags for Phase-1 scoring (per-action collision/hazard/safe, and optional best action).
16
-
17
- ## Design Principles
18
- The schema is intentionally minimal:
19
-
20
- - `dataX_aligned.json` is only as complex as needed for deterministic Safety rollout.
21
- - `dataX.json` carries the Phase-2/3 labels required for SAR diagnosis and cross-phase consistency metrics.
22
-
23
- ## Directory Structure
24
- ```
25
- RADIUS_DataSet550/
26
- ├── json/ # JSON sidecars for each instance
27
- ├── pic/ # Rendered scene images
28
- ├── aligned_dataset.py # Utility script for alignment
29
- ├── example.json
30
- ├── example_plot.png
31
- └── README.md
32
- ```
33
-
34
- ## Notes
35
- - File naming follows the `dataX.*` convention across image and JSON sidecars.
36
- - For benchmark usage, refer to the `RADIUS_benchmark` module documentation.
37
-
38
- ## License
39
- This project is released under the terms of the MIT License. The complete license text can be found in the LICENSE file located at the root of this repository.
 
1
+ # RADIUS_DataSet550
2
+
3
+ RADIUS_DataSet550 is the first release of the safety-critical long-tail driving scenario dataset. It contains **550 instances** in total, including **500 safety-critical long-tail scenes** and **50 normal scenes**.
4
+
5
+ ## Dataset Contents
6
+ Each instance **X** is released as an image plus JSON sidecars:
7
+
8
+ - `dataX.png`: the rendered driving scene.
9
+ - `dataX.json`: taxonomy and post-decision supervision, including:
10
+ - classification (Level-3)
11
+ - `lt_ele` (dominant element)
12
+ - `acc_factors`
13
+ - `post_dec` (reference level and/or plan text)
14
+ - `dataX_aligned.json`: simulator-ready coarse state for Phase-1 Safety (map/relations/kinematics abstraction).
15
+ - `dataX_gt.json`: pre-decision action tags for Phase-1 scoring (per-action collision/hazard/safe, and optional best action).
16
+
17
+ ## Design Principles
18
+ The schema is intentionally minimal:
19
+
20
+ - `dataX_aligned.json` is only as complex as needed for deterministic Safety rollout.
21
+ - `dataX.json` carries the Phase-2/3 labels required for SAR diagnosis and cross-phase consistency metrics.
22
+
23
+ ## Directory Structure
24
+ ```
25
+ RADIUS_DataSet550/
26
+ ├── json/ # JSON sidecars for each instance
27
+ ├── pic/ # Rendered scene images
28
+ ├── aligned_dataset.py # Utility script for alignment
29
+ ├── example.json
30
+ ├── example_plot.png
31
+ └── README.md
32
+ ```
33
+
34
+ ## Notes
35
+ - File naming follows the `dataX.*` convention across image and JSON sidecars.
36
+ - For benchmark usage, refer to the `RADIUS_benchmark` module documentation.
37
+
38
+ ## License
39
+ MIT License