Dataset Viewer
The dataset viewer is not available for this split.
Cannot extract the features (columns) for the split 'train' of the config 'default' of the dataset.
Error code: FeaturesError
Exception: ArrowInvalid
Message: Schema at index 1 was different:
episodes: list<item: struct<start_position: list<item: double>, start_rotation: list<item: double>, instruction: struct<instruction_text: string, instruction_tokens: list<item: int64>>, reference_path: list<item: list<item: double>>, goals: struct<position: list<item: double>, radius: int64>, scan: string, episode_id: int64, trajectory_id: int64, info: struct<geodesic_distance: double>, scene_id: string>>
vs
episodes: struct<episode_id: int64, goals: list<item: struct<position: list<item: double>, radius: double>>, info: struct<geodesic_distance: double>, instruction: struct<instruction_text: string, instruction_tokens: list<item: int64>>, reference_path: list<item: list<item: double>>, scene_id: string, start_position: list<item: double>, start_rotation: list<item: double>, trajectory_id: int64>
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/split/first_rows.py", line 228, in compute_first_rows_from_streaming_response
iterable_dataset = iterable_dataset._resolve_features()
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 3422, in _resolve_features
features = _infer_features_from_batch(self.with_format(None)._head())
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 2187, in _head
return next(iter(self.iter(batch_size=n)))
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 2391, in iter
for key, example in iterator:
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 1882, in __iter__
for key, pa_table in self._iter_arrow():
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 1904, in _iter_arrow
yield from self.ex_iterable._iter_arrow()
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 543, in _iter_arrow
yield new_key, pa.Table.from_batches(chunks_buffer)
File "pyarrow/table.pxi", line 4116, in pyarrow.lib.Table.from_batches
File "pyarrow/error.pxi", line 154, in pyarrow.lib.pyarrow_internal_check_status
File "pyarrow/error.pxi", line 91, in pyarrow.lib.check_status
pyarrow.lib.ArrowInvalid: Schema at index 1 was different:
episodes: list<item: struct<start_position: list<item: double>, start_rotation: list<item: double>, instruction: struct<instruction_text: string, instruction_tokens: list<item: int64>>, reference_path: list<item: list<item: double>>, goals: struct<position: list<item: double>, radius: int64>, scan: string, episode_id: int64, trajectory_id: int64, info: struct<geodesic_distance: double>, scene_id: string>>
vs
episodes: struct<episode_id: int64, goals: list<item: struct<position: list<item: double>, radius: double>>, info: struct<geodesic_distance: double>, instruction: struct<instruction_text: string, instruction_tokens: list<item: int64>>, reference_path: list<item: list<item: double>>, scene_id: string, start_position: list<item: double>, start_rotation: list<item: double>, trajectory_id: int64>Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
IROS-2025-Challenge-Nav Dataset
Dataset Summary π
This dataset includes the R2R dataset and the InteriorNav dataset, constructed from Matterport3D scanned environments and InteriorNav(kujiale) high-quality modeled environments, respectively, with corresponding navigation trajectories and language instructions.
Trajectory Statistics by Subset
| Dataset | Train | Val Seen | Val Unseen | Test Unseen |
|---|---|---|---|---|
| VLN-PE-R2R | 8,679 (stair-filtered) | 778 | 1,839 | 3,408 |
| InteriorNav | 649 | 44 | 99 | 165 |
| Total | 9,328 | 822 | 1,938 | 3,573 |
Get started π₯
Download the Dataset
# Make sure git-lfs is installed (https://git-lfs.com)
git lfs install
git clone https://huggingface.co/datasets/InternRobotics/IROS-2025-Challenge-Nav
# If you want to clone without large files - just their pointers
GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/datasets/InternRobotics/IROS-2025-Challenge-Nav
Dataset Structure π
vln_pe
βββ raw_data/ # JSON files defining tasks, navigation goals, and dataset splits
β βββ r2r/
β βββ mini/
β β βββ mini.json.gz # For quick Model and Environments validation
β βββ train/
β βββ val_seen/
β β βββ val_seen.json.gz
β βββ val_unseen/
β β βββ val_unseen.json.gz
β βββ embeddings.json.gz
βββ traj_data # training sample data for two types of scenes
βββ interiornav/
β βββ kujiale_xxxx.tar.gz
β βββ ...
βββ r2r/
βββ traj_index/
β βββ data/
β βββ meta/
β βββ videos/
βββ ...
License and Citation
All the data and code within this repo are under CC BY-NC-SA 4.0. Please consider citing our project if it helps your research.
@misc{contributors2025internroboticsrepo,
title={IROS-2025-Challenge-Nav Colosseum},
author={IROS-2025-Challenge-Nav Colosseum contributors},
howpublished={\url{https://github.com/InternRobotics/InternNav/tree/main/challenge}},
year={2025}
}
- Downloads last month
- 125