Datasets:
Formats:
parquet
Languages:
English
Size:
1K - 10K
ArXiv:
Tags:
embodied-ai
embodied-navigation
urban-airspace
drone-navigation
multimodal-reasoning
spatial-reasoning
License:
Flatten dataset artifacts and refresh viewer table
Browse filesUpload the fixed 5,037-sample canonical PKL as root-level navi_data.pkl, regenerate the Dataset Viewer Parquet table without the folder column, and remove the nested dataset/data artifacts plus preview JSON to avoid ambiguity.
README.md
CHANGED
|
@@ -18,8 +18,8 @@ size_categories:
|
|
| 18 |
configs:
|
| 19 |
- config_name: default
|
| 20 |
data_files:
|
| 21 |
-
- split:
|
| 22 |
-
path:
|
| 23 |
---
|
| 24 |
|
| 25 |
# EmbodiedNav-Bench
|
|
@@ -41,9 +41,8 @@ The dataset is intended for evaluating embodied navigation, spatial reasoning, a
|
|
| 41 |
|
| 42 |
| Path | Description |
|
| 43 |
| :-- | :-- |
|
| 44 |
-
| `
|
| 45 |
-
| `
|
| 46 |
-
| `data/viewer-00000-of-00001.parquet` | Parquet representation for the Hugging Face Dataset Viewer table. |
|
| 47 |
|
| 48 |
## Data Fields
|
| 49 |
|
|
@@ -60,13 +59,11 @@ The canonical PKL file stores a list of Python dictionaries. Each sample contain
|
|
| 60 |
| `gt_traj` | `float[N,3]` | Ground-truth trajectory points. |
|
| 61 |
| `gt_traj_len` | `float` | Ground-truth trajectory length. |
|
| 62 |
|
| 63 |
-
The Parquet table includes the same structured fields and additional convenience columns such as `sample_index`, `start_x`, `start_y`, `start_z`, `target_x`, `target_y`, `target_z`, and `gt_traj_num_points`.
|
| 64 |
|
| 65 |
## Usage
|
| 66 |
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
<!-- The Dataset Viewer-compatible table can be loaded with the `datasets` library:
|
| 70 |
|
| 71 |
```python
|
| 72 |
from datasets import load_dataset
|
|
@@ -75,11 +72,11 @@ ds = load_dataset("EmbodiedCity/EmbodiedNav-Bench", split="viewer")
|
|
| 75 |
print(ds[0])
|
| 76 |
```
|
| 77 |
|
| 78 |
-
For evaluation, use `
|
| 79 |
|
| 80 |
## License
|
| 81 |
|
| 82 |
-
This dataset is released under the CC
|
| 83 |
|
| 84 |
## Citation
|
| 85 |
|
|
|
|
| 18 |
configs:
|
| 19 |
- config_name: default
|
| 20 |
data_files:
|
| 21 |
+
- split: viewer
|
| 22 |
+
path: viewer-00000-of-00001.parquet
|
| 23 |
---
|
| 24 |
|
| 25 |
# EmbodiedNav-Bench
|
|
|
|
| 41 |
|
| 42 |
| Path | Description |
|
| 43 |
| :-- | :-- |
|
| 44 |
+
| `navi_data.pkl` | Canonical PKL file for evaluation. |
|
| 45 |
+
| `viewer-00000-of-00001.parquet` | Parquet representation for the Hugging Face Dataset Viewer table. |
|
|
|
|
| 46 |
|
| 47 |
## Data Fields
|
| 48 |
|
|
|
|
| 59 |
| `gt_traj` | `float[N,3]` | Ground-truth trajectory points. |
|
| 60 |
| `gt_traj_len` | `float` | Ground-truth trajectory length. |
|
| 61 |
|
| 62 |
+
The Parquet table includes the same structured fields and additional convenience columns such as `sample_index`, `start_x`, `start_y`, `start_z`, `target_x`, `target_y`, `target_z`, and `gt_traj_num_points`. The `folder` field is omitted from the table because `sample_index` provides the browsing index. The Parquet file is provided for browsing and visualization in the Hugging Face Dataset Viewer.
|
| 63 |
|
| 64 |
## Usage
|
| 65 |
|
| 66 |
+
The Dataset Viewer-compatible table can be loaded with the `datasets` library:
|
|
|
|
|
|
|
| 67 |
|
| 68 |
```python
|
| 69 |
from datasets import load_dataset
|
|
|
|
| 72 |
print(ds[0])
|
| 73 |
```
|
| 74 |
|
| 75 |
+
For evaluation, use `navi_data.pkl` as the canonical data file and follow the setup instructions in the GitHub project repository.
|
| 76 |
|
| 77 |
## License
|
| 78 |
|
| 79 |
+
This dataset is released under the CC BY 4.0 license.
|
| 80 |
|
| 81 |
## Citation
|
| 82 |
|
dataset/navi_data_preview.json
DELETED
|
@@ -1,272 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"source": "dataset/navi_data.pkl",
|
| 3 |
-
"num_samples": 5037,
|
| 4 |
-
"note": "This JSON is a human-readable preview. Ground-truth data is stored in the PKL file.",
|
| 5 |
-
"fields": {
|
| 6 |
-
"folder": "str, scene folder identifier",
|
| 7 |
-
"start_pos": "float[3], initial drone world position (x, y, z)",
|
| 8 |
-
"start_rot": "float[3], initial drone orientation (roll, pitch, yaw in radians)",
|
| 9 |
-
"start_ang": "float, initial camera gimbal angle in degrees",
|
| 10 |
-
"task_desc": "str, natural-language navigation goal description",
|
| 11 |
-
"target_pos": "float[3], target world position (x, y, z)",
|
| 12 |
-
"gt_traj": "float[N,3], ground-truth trajectory points",
|
| 13 |
-
"gt_traj_len": "float, ground-truth trajectory length"
|
| 14 |
-
},
|
| 15 |
-
"statistics": {
|
| 16 |
-
"gt_traj_len_min": 20.0,
|
| 17 |
-
"gt_traj_len_max": 1450.006205125028,
|
| 18 |
-
"gt_traj_len_mean": 158.47320929108906
|
| 19 |
-
},
|
| 20 |
-
"preview_samples": [
|
| 21 |
-
{
|
| 22 |
-
"sample_index": 0,
|
| 23 |
-
"folder": "0",
|
| 24 |
-
"task_desc": "the roof on the white house in front of you",
|
| 25 |
-
"start_pos": [
|
| 26 |
-
7644.1665,
|
| 27 |
-
-3637.45654,
|
| 28 |
-
-22.36726
|
| 29 |
-
],
|
| 30 |
-
"start_rot": [
|
| 31 |
-
0.0,
|
| 32 |
-
0.0,
|
| 33 |
-
1.96349536
|
| 34 |
-
],
|
| 35 |
-
"start_ang": 0.0,
|
| 36 |
-
"target_pos": [
|
| 37 |
-
7625.03223,
|
| 38 |
-
-3591.2627,
|
| 39 |
-
-12.367259
|
| 40 |
-
],
|
| 41 |
-
"gt_traj_len": 59.999912430650184,
|
| 42 |
-
"gt_traj_num_points": 7,
|
| 43 |
-
"gt_traj_preview_first5": [
|
| 44 |
-
[
|
| 45 |
-
7644.1665,
|
| 46 |
-
-3637.45654,
|
| 47 |
-
-22.36726
|
| 48 |
-
],
|
| 49 |
-
[
|
| 50 |
-
7640.33984,
|
| 51 |
-
-3628.21777,
|
| 52 |
-
-22.36726
|
| 53 |
-
],
|
| 54 |
-
[
|
| 55 |
-
7636.51318,
|
| 56 |
-
-3618.979,
|
| 57 |
-
-22.36726
|
| 58 |
-
],
|
| 59 |
-
[
|
| 60 |
-
7636.51318,
|
| 61 |
-
-3618.979,
|
| 62 |
-
-12.367259
|
| 63 |
-
],
|
| 64 |
-
[
|
| 65 |
-
7632.68604,
|
| 66 |
-
-3609.74023,
|
| 67 |
-
-12.367259
|
| 68 |
-
]
|
| 69 |
-
]
|
| 70 |
-
},
|
| 71 |
-
{
|
| 72 |
-
"sample_index": 1,
|
| 73 |
-
"folder": "1",
|
| 74 |
-
"task_desc": "the nearby terrace on the 29th floor of a yellow-exterior building, with the number 29 on the exterior wall",
|
| 75 |
-
"start_pos": [
|
| 76 |
-
5775.11621,
|
| 77 |
-
-3606.19556,
|
| 78 |
-
-72.3671875
|
| 79 |
-
],
|
| 80 |
-
"start_rot": [
|
| 81 |
-
0.0,
|
| 82 |
-
0.0,
|
| 83 |
-
2.74889337
|
| 84 |
-
],
|
| 85 |
-
"start_ang": 0.0,
|
| 86 |
-
"target_pos": [
|
| 87 |
-
5807.15283,
|
| 88 |
-
-3582.79956,
|
| 89 |
-
-122.367188
|
| 90 |
-
],
|
| 91 |
-
"gt_traj_len": 159.99963191243666,
|
| 92 |
-
"gt_traj_num_points": 27,
|
| 93 |
-
"gt_traj_preview_first5": [
|
| 94 |
-
[
|
| 95 |
-
5775.11621,
|
| 96 |
-
-3606.19556,
|
| 97 |
-
-72.3671875
|
| 98 |
-
],
|
| 99 |
-
[
|
| 100 |
-
5775.11621,
|
| 101 |
-
-3606.19556,
|
| 102 |
-
-72.3671875
|
| 103 |
-
],
|
| 104 |
-
[
|
| 105 |
-
5775.11621,
|
| 106 |
-
-3606.19556,
|
| 107 |
-
-72.3671875
|
| 108 |
-
],
|
| 109 |
-
[
|
| 110 |
-
5775.11621,
|
| 111 |
-
-3606.19556,
|
| 112 |
-
-72.3671875
|
| 113 |
-
],
|
| 114 |
-
[
|
| 115 |
-
5775.11621,
|
| 116 |
-
-3606.19556,
|
| 117 |
-
-82.3671875
|
| 118 |
-
]
|
| 119 |
-
]
|
| 120 |
-
},
|
| 121 |
-
{
|
| 122 |
-
"sample_index": 2,
|
| 123 |
-
"folder": "2",
|
| 124 |
-
"task_desc": "the area in front of and beside the black vehicle",
|
| 125 |
-
"start_pos": [
|
| 126 |
-
6558.31348,
|
| 127 |
-
-4182.68701,
|
| 128 |
-
-2.36725903
|
| 129 |
-
],
|
| 130 |
-
"start_rot": [
|
| 131 |
-
0.0,
|
| 132 |
-
0.0,
|
| 133 |
-
-3.14159254
|
| 134 |
-
],
|
| 135 |
-
"start_ang": 0.0,
|
| 136 |
-
"target_pos": [
|
| 137 |
-
6434.1499,
|
| 138 |
-
-4225.20166,
|
| 139 |
-
-2.36725903
|
| 140 |
-
],
|
| 141 |
-
"gt_traj_len": 140.0004342893851,
|
| 142 |
-
"gt_traj_num_points": 22,
|
| 143 |
-
"gt_traj_preview_first5": [
|
| 144 |
-
[
|
| 145 |
-
6558.31348,
|
| 146 |
-
-4182.68701,
|
| 147 |
-
-2.36725903
|
| 148 |
-
],
|
| 149 |
-
[
|
| 150 |
-
6548.31348,
|
| 151 |
-
-4182.68701,
|
| 152 |
-
-2.36725903
|
| 153 |
-
],
|
| 154 |
-
[
|
| 155 |
-
6538.31348,
|
| 156 |
-
-4182.68701,
|
| 157 |
-
-2.36725903
|
| 158 |
-
],
|
| 159 |
-
[
|
| 160 |
-
6528.31348,
|
| 161 |
-
-4182.68701,
|
| 162 |
-
-2.36725903
|
| 163 |
-
],
|
| 164 |
-
[
|
| 165 |
-
6518.31348,
|
| 166 |
-
-4182.68701,
|
| 167 |
-
-2.36725903
|
| 168 |
-
]
|
| 169 |
-
]
|
| 170 |
-
},
|
| 171 |
-
{
|
| 172 |
-
"sample_index": 3,
|
| 173 |
-
"folder": "3",
|
| 174 |
-
"task_desc": "上方米色外墙的建筑的22楼的露台(外墙有标数字)",
|
| 175 |
-
"start_pos": [
|
| 176 |
-
5827.45605,
|
| 177 |
-
-3566.9043,
|
| 178 |
-
-2.3671875
|
| 179 |
-
],
|
| 180 |
-
"start_rot": [
|
| 181 |
-
0.0,
|
| 182 |
-
0.0,
|
| 183 |
-
2.74889343
|
| 184 |
-
],
|
| 185 |
-
"start_ang": 45.0,
|
| 186 |
-
"target_pos": [
|
| 187 |
-
5808.21729,
|
| 188 |
-
-3583.07739,
|
| 189 |
-
-92.3671875
|
| 190 |
-
],
|
| 191 |
-
"gt_traj_len": 129.99999632428458,
|
| 192 |
-
"gt_traj_num_points": 18,
|
| 193 |
-
"gt_traj_preview_first5": [
|
| 194 |
-
[
|
| 195 |
-
5827.45605,
|
| 196 |
-
-3566.9043,
|
| 197 |
-
-2.3671875
|
| 198 |
-
],
|
| 199 |
-
[
|
| 200 |
-
5827.45605,
|
| 201 |
-
-3566.9043,
|
| 202 |
-
-12.3671875
|
| 203 |
-
],
|
| 204 |
-
[
|
| 205 |
-
5827.45605,
|
| 206 |
-
-3566.9043,
|
| 207 |
-
-22.3671875
|
| 208 |
-
],
|
| 209 |
-
[
|
| 210 |
-
5827.45605,
|
| 211 |
-
-3566.9043,
|
| 212 |
-
-22.3671875
|
| 213 |
-
],
|
| 214 |
-
[
|
| 215 |
-
5827.45605,
|
| 216 |
-
-3576.9043,
|
| 217 |
-
-22.3671875
|
| 218 |
-
]
|
| 219 |
-
]
|
| 220 |
-
},
|
| 221 |
-
{
|
| 222 |
-
"sample_index": 4,
|
| 223 |
-
"folder": "4",
|
| 224 |
-
"task_desc": "The pink tree in front of the gate of the building ahead",
|
| 225 |
-
"start_pos": [
|
| 226 |
-
5838.2207,
|
| 227 |
-
-3592.0459,
|
| 228 |
-
-94.9805832
|
| 229 |
-
],
|
| 230 |
-
"start_rot": [
|
| 231 |
-
0.0,
|
| 232 |
-
0.0,
|
| 233 |
-
2.74889374
|
| 234 |
-
],
|
| 235 |
-
"start_ang": 0.0,
|
| 236 |
-
"target_pos": [
|
| 237 |
-
5722.9585,
|
| 238 |
-
-3595.12549,
|
| 239 |
-
-14.9805775
|
| 240 |
-
],
|
| 241 |
-
"gt_traj_len": 240.00179701808574,
|
| 242 |
-
"gt_traj_num_points": 33,
|
| 243 |
-
"gt_traj_preview_first5": [
|
| 244 |
-
[
|
| 245 |
-
5838.2207,
|
| 246 |
-
-3592.0459,
|
| 247 |
-
-94.9805832
|
| 248 |
-
],
|
| 249 |
-
[
|
| 250 |
-
5838.2207,
|
| 251 |
-
-3592.0459,
|
| 252 |
-
-94.9805832
|
| 253 |
-
],
|
| 254 |
-
[
|
| 255 |
-
5834.39355,
|
| 256 |
-
-3601.28467,
|
| 257 |
-
-94.9805832
|
| 258 |
-
],
|
| 259 |
-
[
|
| 260 |
-
5834.39355,
|
| 261 |
-
-3601.28467,
|
| 262 |
-
-94.9805832
|
| 263 |
-
],
|
| 264 |
-
[
|
| 265 |
-
5827.32227,
|
| 266 |
-
-3608.35547,
|
| 267 |
-
-94.9805832
|
| 268 |
-
]
|
| 269 |
-
]
|
| 270 |
-
}
|
| 271 |
-
]
|
| 272 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dataset/navi_data.pkl → navi_data.pkl
RENAMED
|
@@ -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:890a647b570626dcd024959dbbc7ba8b463545e35c92d6baaae7313cdbfb1533
|
| 3 |
+
size 4162249
|
data/viewer-00000-of-00001.parquet → viewer-00000-of-00001.parquet
RENAMED
|
@@ -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:72a6eca9f27c4e611ace74f60594470c53b6dd9f6bcfb91c20b75bb6f2888692
|
| 3 |
+
size 1833039
|