File size: 3,047 Bytes
d4bf949
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
---
pretty_name: REAL Data
license: cc-by-nc-sa-4.0
tags:
  - embodied-ai
  - robotics
  - simulation
  - usd
  - grscenes
---

# REAL Data

This dataset release contains the seven experiment-specific, processed GRScenes
stages used by REAL. These are **not** the original same-named GRScenes stages.
The scene dependency closure was exported with InternUtopia's
`toolkits/grscenes_scripts/export_scenes.py`, localized, pruned, and verified.

## Download

The scene data is distributed as one all-in-one scene bundle:

- `data/REAL-Data.tar.zst`
- compressed size: **3.918 GB (3.649 GiB)**
- SHA256: `dab362cdeb23a01c192ae4a0a5a87d6c00aad99e023f5d7dd15d4831c2a6f96f`

`README.md`, `LICENSE.md`, `manifest.json`, and the checksum files remain
outside the archive as well so they can be inspected before downloading it.

```bash
hf download InternRobotics/REAL-Data \
  data/REAL-Data.tar.zst \
  data/REAL-Data.tar.zst.sha256 \
  --repo-type dataset \
  --local-dir .

cd data
sha256sum -c REAL-Data.tar.zst.sha256
tar -I zstd -xf REAL-Data.tar.zst
```

The archive extracts into a single top-level directory:

```text
REAL-Data/
├── scenes/
├── models/
├── Materials/
├── metadata/
├── manifest.json
├── SHA256SUMS
├── DATASET_CARD.md
├── LICENSE_DATA.md
└── mesa_required.txt
```

## Included scenes

- `MV7J6NIKTKJZ2AABAAAAAEI8`
- `MVUCSQAKTKJ5EAABAAAAAAI8`
- `MVUCSQAKTKJ5EAABAAAAAAQ8`
- `MVUCSQAKTKJ5EAABAAAAABA8`
- `MVUCSQAKTKJ5EAABAAAAABQ8`
- `MVUCSQAKTKJ5EAABAAAAABY8`
- `MVUCSQAKTKJ5EAABAAAAACA8`

Each scene entry point is `scenes/<scene_id>_usd/scene.usd`.

## Included data

- seven processed scene entry points;
- the complete referenced scene model/material/texture/MDL closure;
- occupancy maps and per-scene furniture libraries;
- processed task-generator metadata, including MesaTask raw-ID to USD-valid-ID
  correspondence through each entry's `original_uid` and valid top-level key;
- provenance manifest and per-file SHA256 checksums.

## External requirement

MesaTask object USD payloads are **not redistributed**. The two objects required
by the default demo are listed in `mesa_required.txt`; obtain MesaTask-10K
separately and configure `MESATASK_USD_ROOT` in REAL.

## Integrity and provenance

The exported payload contains no symlinks, unresolved/external USD dependencies,
or private cluster paths. See `manifest.json` for scene fingerprints, exporter
provenance, dependency counts, and validation results. After extraction, verify
all payload files with:

```bash
cd REAL-Data
sha256sum -c SHA256SUMS
```

## License and attribution

This is a derived data artifact. The REAL code repository's MIT license does
not replace the data terms. GRScenes and associated released metadata follow
CC BY-NC-SA 4.0. Preserve attribution, non-commercial restrictions, and
share-alike requirements.

- Upstream GRScenes: https://huggingface.co/datasets/InternRobotics/GRScenes
- MesaTask-10K (downloaded separately): https://huggingface.co/datasets/InternRobotics/MesaTask-10K