Datasets:
Upload folder using huggingface_hub
Browse files- README.md +2 -18
- camera/camera_00.zip +2 -2
- camera/camera_01.zip +2 -2
- dataset.jsonl +2 -2
README.md
CHANGED
|
@@ -64,7 +64,7 @@ frame_path = root / record["chunk_name"] / record["scene_id"] / f'{record["times
|
|
| 64 |
|
| 65 |
## JSONL schema
|
| 66 |
|
| 67 |
-
Each line in `dataset.jsonl` is a single JSON object. Fields fall into
|
| 68 |
|
| 69 |
### Identity / indexing (always present)
|
| 70 |
|
|
@@ -74,7 +74,6 @@ Each line in `dataset.jsonl` is a single JSON object. Fields fall into three gro
|
|
| 74 |
| `chunk_name` | str | Chunk directory the frame lives in (e.g. `"chunk_1580"`). |
|
| 75 |
| `scene_id` | str | UUID of the scene clip. |
|
| 76 |
| `timestamp_us` | int | Offset into the clip, in microseconds. Used to address the frame. |
|
| 77 |
-
| `sample_idx` | int \| null | Original sample index inside the source shard (may be `null`). |
|
| 78 |
|
| 79 |
### Trajectory + task (always present)
|
| 80 |
|
|
@@ -87,26 +86,11 @@ Each line in `dataset.jsonl` is a single JSON object. Fields fall into three gro
|
|
| 87 |
|
| 88 |
Coordinates are right-handed ego-frame, units **meters / radians**, with `+x` forward and `+y` left.
|
| 89 |
|
| 90 |
-
### Annotation fields (hard rows only)
|
| 91 |
-
|
| 92 |
-
The 2,000 "hard" rows carry an additional Gemini-produced reasoning trace. Easy rows omit all of these fields.
|
| 93 |
-
|
| 94 |
-
| Field | Type | Meaning |
|
| 95 |
-
|------------------------------|-----------------|-----------------------------------------------------------------------------------------------|
|
| 96 |
-
| `scene` | str | Free-text description of the visible scene. |
|
| 97 |
-
| `longitudinal_decision` | [label, score] | Categorical longitudinal action label + integer confidence. |
|
| 98 |
-
| `longitudinal_justification` | str | Free-text rationale for the longitudinal choice. |
|
| 99 |
-
| `lateral_decision` | [label, score] | Categorical lateral action label + integer confidence. |
|
| 100 |
-
| `lateral_justification` | str | Free-text rationale for the lateral choice. |
|
| 101 |
-
| `move_justification` | str | Combined natural-language explanation of the planned motion. |
|
| 102 |
-
| `annotation_complete` | bool | Whether the Gemini annotation pass produced all expected fields cleanly. |
|
| 103 |
-
| `gemini_raw` | str | The raw Gemini response as a JSON-encoded string, for forensic / debugging use. |
|
| 104 |
-
|
| 105 |
## Difficulty split
|
| 106 |
|
| 107 |
| Difficulty | Count | Meaning |
|
| 108 |
|------------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
| 109 |
-
| `hard` | 2,000 | Scenes selected up-front as harder, non-trivial driving situations
|
| 110 |
| `easy` | 17,744 | Uniformly random scenes from the held-out US pool, gated only on "the frame renders and at least one ground-truth waypoint is visible." A broad coverage sample. |
|
| 111 |
|
| 112 |
The `--hard` flag in the evaluation harness keeps only the 2k hard rows; without it you evaluate on the full 19,744.
|
|
|
|
| 64 |
|
| 65 |
## JSONL schema
|
| 66 |
|
| 67 |
+
Each line in `dataset.jsonl` is a single JSON object. Fields fall into two groups.
|
| 68 |
|
| 69 |
### Identity / indexing (always present)
|
| 70 |
|
|
|
|
| 74 |
| `chunk_name` | str | Chunk directory the frame lives in (e.g. `"chunk_1580"`). |
|
| 75 |
| `scene_id` | str | UUID of the scene clip. |
|
| 76 |
| `timestamp_us` | int | Offset into the clip, in microseconds. Used to address the frame. |
|
|
|
|
| 77 |
|
| 78 |
### Trajectory + task (always present)
|
| 79 |
|
|
|
|
| 86 |
|
| 87 |
Coordinates are right-handed ego-frame, units **meters / radians**, with `+x` forward and `+y` left.
|
| 88 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 89 |
## Difficulty split
|
| 90 |
|
| 91 |
| Difficulty | Count | Meaning |
|
| 92 |
|------------|---------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
| 93 |
+
| `hard` | 2,000 | Scenes selected up-front as harder, non-trivial driving situations. Use these when you want a quality bar that exercises reasoning behavior. |
|
| 94 |
| `easy` | 17,744 | Uniformly random scenes from the held-out US pool, gated only on "the frame renders and at least one ground-truth waypoint is visible." A broad coverage sample. |
|
| 95 |
|
| 96 |
The `--hard` flag in the evaluation harness keeps only the 2k hard rows; without it you evaluate on the full 19,744.
|
camera/camera_00.zip
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6f1bcd7d1b73e4c16b37900931977812b7aa26c124f09a745508e1773b722cb
|
| 3 |
+
size 3000506154
|
camera/camera_01.zip
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b8e9995d5a39d3e745469e128303ec9bcb7ee2cfac7a20f1eb01c40bd692259
|
| 3 |
+
size 1985127590
|
dataset.jsonl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9dbb3a8a19da07f65f4ef9b261e42895d26cfaff23bc0c108b5e43310589c76
|
| 3 |
+
size 26537341
|