Link paper, project page, and code repository, and add robotics task category
Browse filesThis PR updates the dataset card with links to the ECCV 2026 paper, its official project page, and the code repository. It also maps the dataset to the standardized `robotics` task category in the YAML metadata to improve its discoverability on the Hugging Face Hub.
README.md
CHANGED
|
@@ -1,18 +1,22 @@
|
|
| 1 |
---
|
| 2 |
-
pretty_name: REAL Data
|
| 3 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
|
|
|
|
|
| 4 |
tags:
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
---
|
| 11 |
|
| 12 |
# REAL Data
|
| 13 |
|
|
|
|
|
|
|
| 14 |
This dataset release contains the seven experiment-specific, processed GRScenes
|
| 15 |
-
stages used by REAL. These are **not** the original same-named GRScenes stages.
|
| 16 |
The scene dependency closure was exported with InternUtopia's
|
| 17 |
`toolkits/grscenes_scripts/export_scenes.py`, localized, pruned, and verified.
|
| 18 |
|
|
@@ -101,4 +105,4 @@ CC BY-NC-SA 4.0. Preserve attribution, non-commercial restrictions, and
|
|
| 101 |
share-alike requirements.
|
| 102 |
|
| 103 |
- Upstream GRScenes: https://huggingface.co/datasets/InternRobotics/GRScenes
|
| 104 |
-
- MesaTask-10K (downloaded separately): https://huggingface.co/datasets/InternRobotics/MesaTask-10K
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
license: cc-by-nc-sa-4.0
|
| 3 |
+
pretty_name: REAL Data
|
| 4 |
+
task_categories:
|
| 5 |
+
- robotics
|
| 6 |
tags:
|
| 7 |
+
- embodied-ai
|
| 8 |
+
- robotics
|
| 9 |
+
- simulation
|
| 10 |
+
- usd
|
| 11 |
+
- grscenes
|
| 12 |
---
|
| 13 |
|
| 14 |
# REAL Data
|
| 15 |
|
| 16 |
+
[**Project Page**](https://internrobotics.github.io/REAL/) | [**Paper**](https://huggingface.co/papers/2607.13653) | [**Code**](https://github.com/InternRobotics/REAL)
|
| 17 |
+
|
| 18 |
This dataset release contains the seven experiment-specific, processed GRScenes
|
| 19 |
+
stages used by REAL, presented in the paper "Exploratory, Communicative, and Deployable: Vision-Driven Embodied Agents for Open-World Mobile Manipulation". These are **not** the original same-named GRScenes stages.
|
| 20 |
The scene dependency closure was exported with InternUtopia's
|
| 21 |
`toolkits/grscenes_scripts/export_scenes.py`, localized, pruned, and verified.
|
| 22 |
|
|
|
|
| 105 |
share-alike requirements.
|
| 106 |
|
| 107 |
- Upstream GRScenes: https://huggingface.co/datasets/InternRobotics/GRScenes
|
| 108 |
+
- MesaTask-10K (downloaded separately): https://huggingface.co/datasets/InternRobotics/MesaTask-10K
|