Datasets:
Formats:
parquet
Languages:
English
Size:
1K - 10K
ArXiv:
Tags:
embodied-ai
embodied-navigation
urban-airspace
drone-navigation
multimodal-reasoning
spatial-reasoning
License:
Commit ·
9751666
0
Parent(s):
Duplicate from EmbodiedCity/EmbodiedNav-Bench
Browse filesCo-authored-by: BN Zhao <trainandtest666@users.noreply.huggingface.co>
- .gitattributes +60 -0
- README.md +110 -0
- images/merged_upload_images_part01_0000-1007.zip +3 -0
- images/merged_upload_images_part02_1008-2015.zip +3 -0
- images/merged_upload_images_part03_2016-3022.zip +3 -0
- images/merged_upload_images_part04_3023-4029.zip +3 -0
- images/merged_upload_images_part05_4030-5036.zip +3 -0
- images/merged_upload_images_zip_manifest.json +65 -0
- navi_data.pkl +3 -0
- viewer-00000-of-00001.parquet +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.avro filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
# Audio files - uncompressed
|
| 40 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
# Audio files - compressed
|
| 44 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
# Image files - uncompressed
|
| 50 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
# Image files - compressed
|
| 55 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
# Video files - compressed
|
| 59 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
*.webm filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
pretty_name: EmbodiedNav-Bench
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
task_categories:
|
| 7 |
+
- visual-question-answering
|
| 8 |
+
- reinforcement-learning
|
| 9 |
+
tags:
|
| 10 |
+
- embodied-ai
|
| 11 |
+
- embodied-navigation
|
| 12 |
+
- urban-airspace
|
| 13 |
+
- drone-navigation
|
| 14 |
+
- multimodal-reasoning
|
| 15 |
+
- spatial-reasoning
|
| 16 |
+
size_categories:
|
| 17 |
+
- 1K<n<10K
|
| 18 |
+
configs:
|
| 19 |
+
- config_name: default
|
| 20 |
+
data_files:
|
| 21 |
+
- split: test
|
| 22 |
+
path: viewer-00000-of-00001.parquet
|
| 23 |
+
---
|
| 24 |
+
|
| 25 |
+
# EmbodiedNav-Bench
|
| 26 |
+
|
| 27 |
+
[](https://github.com/serenditipy-AC/Embodied-Navigation-Bench)
|
| 28 |
+
[](https://arxiv.org/html/2604.07973v1)
|
| 29 |
+
|
| 30 |
+
EmbodiedNav-Bench is a goal-oriented embodied navigation benchmark for evaluating spatial action in urban 3D airspace. The benchmark contains 5,037 high-quality navigation trajectories with natural-language navigation goals, initial drone poses, target positions, and ground-truth 3D trajectories.
|
| 31 |
+
|
| 32 |
+
This Hugging Face repository hosts the dataset artifacts. The accompanying project code, simulator setup, media examples, and evaluation scripts are maintained in the GitHub repository: https://github.com/serenditipy-AC/Embodied-Navigation-Bench
|
| 33 |
+
|
| 34 |
+
## Dataset Summary
|
| 35 |
+
|
| 36 |
+
The benchmark contains 5,037 goal-oriented navigation trajectories. Each sample corresponds to one navigation task in an urban 3D environment, with a natural-language goal description and a human-collected ground-truth trajectory.
|
| 37 |
+
|
| 38 |
+
The dataset is intended for evaluating embodied navigation, spatial reasoning, and multimodal decision-making models in urban airspace scenarios.
|
| 39 |
+
|
| 40 |
+
## Repository Contents
|
| 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 |
+
| `images/` | Trajectory-aligned image release, distributed as five ZIP archives plus a manifest file. |
|
| 47 |
+
|
| 48 |
+
## Data Fields
|
| 49 |
+
|
| 50 |
+
The canonical PKL file stores a list of Python dictionaries. Each sample contains the following fields:
|
| 51 |
+
|
| 52 |
+
| Field | Type | Description |
|
| 53 |
+
| :-- | :-- | :-- |
|
| 54 |
+
| `sample_index` | `int` | Sample index used for viewer browsing and image archive alignment. |
|
| 55 |
+
| `start_pos` | `float[3]` | Initial drone world position `(x, y, z)`. |
|
| 56 |
+
| `start_rot` | `float[3]` | Initial drone orientation `(roll, pitch, yaw)` in radians. |
|
| 57 |
+
| `start_ang` | `float` | Initial camera gimbal angle in degrees. |
|
| 58 |
+
| `task_desc` | `str` | Natural-language navigation instruction. |
|
| 59 |
+
| `target_pos` | `float[3]` | Target world position `(x, y, z)`. |
|
| 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`. The Parquet file is provided for browsing and visualization in the Hugging Face Dataset Viewer.
|
| 64 |
+
|
| 65 |
+
## Trajectory-Aligned Images
|
| 66 |
+
|
| 67 |
+
Trajectory-aligned image archives are available under [`images/`](https://huggingface.co/datasets/EmbodiedCity/EmbodiedNav-Bench/tree/main/images).
|
| 68 |
+
|
| 69 |
+
This release is about 56.7 GB and is distributed as five ZIP archives together with `merged_upload_images_zip_manifest.json`.
|
| 70 |
+
|
| 71 |
+
After extraction, folders `0-5036` correspond directly to the `sample_index` field in `navi_data.pkl` and the viewer table.
|
| 72 |
+
|
| 73 |
+
| Archive | Sample index range |
|
| 74 |
+
| :-- | :-- |
|
| 75 |
+
| `merged_upload_images_part01_0000-1007.zip` | `0-1007` |
|
| 76 |
+
| `merged_upload_images_part02_1008-2015.zip` | `1008-2015` |
|
| 77 |
+
| `merged_upload_images_part03_2016-3022.zip` | `2016-3022` |
|
| 78 |
+
| `merged_upload_images_part04_3023-4029.zip` | `3023-4029` |
|
| 79 |
+
| `merged_upload_images_part05_4030-5036.zip` | `4030-5036` |
|
| 80 |
+
|
| 81 |
+
## Usage
|
| 82 |
+
|
| 83 |
+
<!-- The Dataset Viewer-compatible table can be loaded with the `datasets` library:
|
| 84 |
+
|
| 85 |
+
```python
|
| 86 |
+
from datasets import load_dataset
|
| 87 |
+
|
| 88 |
+
ds = load_dataset("EmbodiedCity/EmbodiedNav-Bench", split="viewer")
|
| 89 |
+
print(ds[0])
|
| 90 |
+
```
|
| 91 |
+
-->
|
| 92 |
+
For evaluation, use `navi_data.pkl` as the canonical data file and follow the setup instructions in the GitHub project repository.
|
| 93 |
+
|
| 94 |
+
## License
|
| 95 |
+
|
| 96 |
+
This dataset is released under the CC-BY-4.0 license.
|
| 97 |
+
|
| 98 |
+
## Citation
|
| 99 |
+
|
| 100 |
+
```bibtex
|
| 101 |
+
@misc{zhao2026farlargemultimodalmodels,
|
| 102 |
+
title={How Far Are Large Multimodal Models from Human-Level Spatial Action? A Benchmark for Goal-Oriented Embodied Navigation in Urban Airspace},
|
| 103 |
+
author={Baining Zhao and Ziyou Wang and Jianjie Fang and Zile Zhou and Yanggang Xu and Yatai Ji and Jiacheng Xu and Qian Zhang and Weichen Zhang and Chen Gao and Xinlei Chen},
|
| 104 |
+
year={2026},
|
| 105 |
+
eprint={2604.07973},
|
| 106 |
+
archivePrefix={arXiv},
|
| 107 |
+
primaryClass={cs.AI},
|
| 108 |
+
url={https://arxiv.org/html/2604.07973v1},
|
| 109 |
+
}
|
| 110 |
+
```
|
images/merged_upload_images_part01_0000-1007.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c58f6049196074aef21bb4c36a6d7da6e72dc25d3fc1641d2bb2a89aa0e01a2
|
| 3 |
+
size 11352238301
|
images/merged_upload_images_part02_1008-2015.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6128e6c738ad8435d148f07e593aed22d442836635702bf5ed4e3175c1072465
|
| 3 |
+
size 11342013671
|
images/merged_upload_images_part03_2016-3022.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef29e44a1bfc487c0fc19ed5a62ec715d22a45e874c673ad003fe936afe5678d
|
| 3 |
+
size 11169205893
|
images/merged_upload_images_part04_3023-4029.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:63bc13d3b09d9972c886a19fb0e8b4c75be7b073fe6cf77be62318ed46efcffd
|
| 3 |
+
size 11238160631
|
images/merged_upload_images_part05_4030-5036.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5eb1a91b15ead53f5079ca4e019d90c4ed627b2c116e15f8ad3492d5f6e87e29
|
| 3 |
+
size 11549063953
|
images/merged_upload_images_zip_manifest.json
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"input_dir": "D:\\zbn\\dataset_video\\merged_upload_images",
|
| 3 |
+
"output_dir": "D:\\zbn\\dataset_video\\merged_upload_images_zip_parts",
|
| 4 |
+
"folder_start": 0,
|
| 5 |
+
"folder_end": 5036,
|
| 6 |
+
"parts": 5,
|
| 7 |
+
"compression": "store",
|
| 8 |
+
"archives": [
|
| 9 |
+
{
|
| 10 |
+
"archive_name": "merged_upload_images_part01_0000-1007.zip",
|
| 11 |
+
"archive_path": "D:\\zbn\\dataset_video\\merged_upload_images_zip_parts\\merged_upload_images_part01_0000-1007.zip",
|
| 12 |
+
"folder_start": 0,
|
| 13 |
+
"folder_end": 1007,
|
| 14 |
+
"folder_count": 1008,
|
| 15 |
+
"file_count": 21406,
|
| 16 |
+
"input_bytes": 11349989055,
|
| 17 |
+
"archive_bytes": 11352238301,
|
| 18 |
+
"sha256": null
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"archive_name": "merged_upload_images_part02_1008-2015.zip",
|
| 22 |
+
"archive_path": "D:\\zbn\\dataset_video\\merged_upload_images_zip_parts\\merged_upload_images_part02_1008-2015.zip",
|
| 23 |
+
"folder_start": 1008,
|
| 24 |
+
"folder_end": 2015,
|
| 25 |
+
"folder_count": 1008,
|
| 26 |
+
"file_count": 21482,
|
| 27 |
+
"input_bytes": 11339707601,
|
| 28 |
+
"archive_bytes": 11342013671,
|
| 29 |
+
"sha256": null
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"archive_name": "merged_upload_images_part03_2016-3022.zip",
|
| 33 |
+
"archive_path": "D:\\zbn\\dataset_video\\merged_upload_images_zip_parts\\merged_upload_images_part03_2016-3022.zip",
|
| 34 |
+
"folder_start": 2016,
|
| 35 |
+
"folder_end": 3022,
|
| 36 |
+
"folder_count": 1007,
|
| 37 |
+
"file_count": 21171,
|
| 38 |
+
"input_bytes": 11166934497,
|
| 39 |
+
"archive_bytes": 11169205893,
|
| 40 |
+
"sha256": null
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"archive_name": "merged_upload_images_part04_3023-4029.zip",
|
| 44 |
+
"archive_path": "D:\\zbn\\dataset_video\\merged_upload_images_zip_parts\\merged_upload_images_part04_3023-4029.zip",
|
| 45 |
+
"folder_start": 3023,
|
| 46 |
+
"folder_end": 4029,
|
| 47 |
+
"folder_count": 1007,
|
| 48 |
+
"file_count": 21420,
|
| 49 |
+
"input_bytes": 11235862185,
|
| 50 |
+
"archive_bytes": 11238160631,
|
| 51 |
+
"sha256": null
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"archive_name": "merged_upload_images_part05_4030-5036.zip",
|
| 55 |
+
"archive_path": "D:\\zbn\\dataset_video\\merged_upload_images_zip_parts\\merged_upload_images_part05_4030-5036.zip",
|
| 56 |
+
"folder_start": 4030,
|
| 57 |
+
"folder_end": 5036,
|
| 58 |
+
"folder_count": 1007,
|
| 59 |
+
"file_count": 21870,
|
| 60 |
+
"input_bytes": 11546714469,
|
| 61 |
+
"archive_bytes": 11549063953,
|
| 62 |
+
"sha256": null
|
| 63 |
+
}
|
| 64 |
+
]
|
| 65 |
+
}
|
navi_data.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:890a647b570626dcd024959dbbc7ba8b463545e35c92d6baaae7313cdbfb1533
|
| 3 |
+
size 4162249
|
viewer-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:72a6eca9f27c4e611ace74f60594470c53b6dd9f6bcfb91c20b75bb6f2888692
|
| 3 |
+
size 1833039
|