--- license: cc-by-sa-4.0 language: - en tags: - navigation - scene size_categories: - 100B- ### Scene-N1 COMMUNITY LICENSE AGREEMENT Scene-N1 Release Date: July 26, 2025 All the data and code within this repo are under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/). extra_gated_fields: First Name: text Last Name: text Email: text Country: country Affiliation: text Phone: text Job title: type: select options: - Student - Research Graduate - AI researcher - AI developer/engineer - Reporter - Other Research interest: text geo: ip_location By clicking Submit below I accept the terms of the license and acknowledge that the information I provide will be collected stored processed and shared in accordance with the InternData Privacy Policy: checkbox extra_gated_description: >- The information you provide will be collected, stored, processed and shared in accordance with the InternData Privacy Policy. extra_gated_button_content: Submit --- # SceneData-N1 ## Dataset Structure ``` scene_data/ β”œβ”€β”€ gradio_scene_assets/ β”œβ”€β”€ n1_eval_scenes/ β”‚ β”œβ”€β”€ Materials β”‚ β”œβ”€β”€ SkyTexture β”‚ β”œβ”€β”€ internscenes_home β”‚ └── internscenes_commercial β”œβ”€β”€ mp3d_pe/ β”œβ”€β”€ mp3d_n1/ └── mp3d_ce/ ``` - `scene_data/mp3d_pe/`: Improved Matterport3D scene assets for VLN-PE benchmark. - `scene_data/mp3d_n1/`: Base Matterport3D scans used for generating VLN-N1 trajectory data. - `scene_data/mp3d_ce/`: Matterport3D scene assets for VLN-CE benchmark. - `scene_data/n1_eval_scenes/`: Scene assets for VLN-N1 benchmark. - `scene_data/gradio_scene_assets/`: Selection of MP3D_CE scenes (with ceilings removed) for rapid interactive testing of the [InternVLA-N1](https://huggingface.co/InternRobotics/InternVLA-N1) model. These simplified environments allow users to quickly verify model performance in key scenarios. > **Note**: The original scene datasets can be obtained from [Matterport3D](https://niessner.github.io/Matterport/). # License and Citation All the data and code within this repo are under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/). Please consider citing our project if it helps your research. ```BibTeX @misc{scene_n1, title={Scene-N1 Dataset}, author={Scene-N1 Dataset contributors}, howpublished={\url{https://huggingface.co/datasets/InternRobotics/Scene-N1}}, year={2025} } ```