Restructure as multi-task DOMINO-Extended catalog
Browse filesMigrate the initial adjust_bottle online-follow collection into the task/collector/version/shard layout and add catalog, collection metadata, and versioned provenance.
- README.md +28 -65
- catalog.json +37 -0
- dataset/adjust_bottle/{aloha-agilex_clean_follow_fast_50.zip → online_follow/v1/aloha-agilex_clean_follow_fast_shard-000_50.zip} +0 -0
- manifest.json → metadata/adjust_bottle/online_follow/v1/clean_follow_fast_shard-000.json +142 -8
- provenance/{collect_data_dynamic_follow.py → collections/adjust_bottle/online_follow/v1/collector.py} +0 -0
- provenance/{demo_dynamicvla_follow_dataset.yml → collections/adjust_bottle/online_follow/v1/config.yml} +0 -0
- provenance/{adjust_bottle.py → collections/adjust_bottle/online_follow/v1/environment.py} +0 -0
- provenance/{adjust_bottle_instructions.json → collections/adjust_bottle/online_follow/v1/instructions.json} +0 -0
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
pretty_name: DOMINO
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
license: apache-2.0
|
|
@@ -16,85 +16,48 @@ tags:
|
|
| 16 |
- video
|
| 17 |
---
|
| 18 |
|
| 19 |
-
# DOMINO
|
| 20 |
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
lifts, and completes the original upright placement task. The controller does not
|
| 26 |
-
receive a future object trajectory or a precomputed interception point.
|
| 27 |
|
| 28 |
-
|
| 29 |
|
| 30 |
-
|
| 31 |
-
- Object assets: model 13 (**25**) and model 16 (**25**)
|
| 32 |
-
- Recorded control frames: **16,651**
|
| 33 |
-
- Cameras: `cam_high`, `cam_left_wrist`, `cam_right_wrist`
|
| 34 |
-
- Camera frames fully decoded during audit: **66,604**
|
| 35 |
-
- Nominal training FPS: **15**
|
| 36 |
-
- Object speed: 0.040--0.117 m/s
|
| 37 |
-
(mean 0.0964, median 0.1010)
|
| 38 |
-
- Entry angle: -7.4--7.4 degrees
|
| 39 |
-
- Unique scene seeds: **30**
|
| 40 |
-
- Unique scene-motion combinations: **50**
|
| 41 |
-
- Mean demonstration duration: 10.61 seconds
|
| 42 |
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
labels were found. Full per-episode provenance and the acceptance audit are in
|
| 47 |
-
`summary.json` inside the archive.
|
| 48 |
|
| 49 |
-
|
|
|
|
| 50 |
|
| 51 |
-
|
| 52 |
-
dataset/
|
| 53 |
-
adjust_bottle/
|
| 54 |
-
aloha-agilex_clean_follow_fast_50.zip
|
| 55 |
-
provenance/
|
| 56 |
-
collect_data_dynamic_follow.py
|
| 57 |
-
demo_dynamicvla_follow_dataset.yml
|
| 58 |
-
adjust_bottle.py
|
| 59 |
-
adjust_bottle_instructions.json
|
| 60 |
-
manifest.json
|
| 61 |
-
LICENSE
|
| 62 |
-
```
|
| 63 |
-
|
| 64 |
-
The ZIP follows the public DOMINO naming/layout convention and expands to:
|
| 65 |
|
| 66 |
```text
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
video/ # one preview video per episode
|
| 72 |
-
scene_info.json
|
| 73 |
-
seed.txt
|
| 74 |
-
summary.json
|
| 75 |
```
|
| 76 |
|
| 77 |
-
|
| 78 |
-
SHA-256: `bffbe20ba8be9e34b81a4e6c11d2435e6640b17918b85a23346f4568460104fe`
|
| 79 |
-
|
| 80 |
-
## Download
|
| 81 |
|
| 82 |
```bash
|
| 83 |
-
hf download HanningHanning/DOMINO-
|
| 84 |
-
|
| 85 |
-
unzip DOMINO-Online-Follow/dataset/adjust_bottle/aloha-agilex_clean_follow_fast_50.zip -d data/adjust_bottle/
|
| 86 |
```
|
| 87 |
|
|
|
|
| 88 |
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
machine-specific runtime caches. The conversion scripts are provided by PUMA in
|
| 97 |
-
the DOMINO repository.
|
| 98 |
|
| 99 |
## License and attribution
|
| 100 |
|
|
|
|
| 1 |
---
|
| 2 |
+
pretty_name: DOMINO Extended
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
license: apache-2.0
|
|
|
|
| 16 |
- video
|
| 17 |
---
|
| 18 |
|
| 19 |
+
# DOMINO Extended
|
| 20 |
|
| 21 |
+
DOMINO Extended is a versioned collection of curated DOMINO-format robot
|
| 22 |
+
demonstrations spanning multiple tasks, scenarios, collection methods, and motion
|
| 23 |
+
profiles. Raw HDF5 archives are canonical; derived LeRobot data and runtime caches
|
| 24 |
+
are intentionally kept out of this repository.
|
|
|
|
|
|
|
| 25 |
|
| 26 |
+
Current catalog: **1 shards / 50 episodes**.
|
| 27 |
|
| 28 |
+
## Collections
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
|
| 30 |
+
| Collection ID | Task | Scenario | Collector | Episodes | Speed (m/s) | Details |
|
| 31 |
+
|---|---|---|---|---:|---:|---|
|
| 32 |
+
| `adjust_bottle/online_follow/v1/clean/follow_fast/shard-000` | `adjust_bottle` | `clean` | `online_follow/v1` | 50 | 0.040--0.117 | [metadata](./metadata/adjust_bottle/online_follow/v1/clean_follow_fast_shard-000.json) |
|
|
|
|
|
|
|
| 33 |
|
| 34 |
+
The machine-readable index is [`catalog.json`](./catalog.json). Each entry records
|
| 35 |
+
the artifact path, SHA-256 digest, collection parameters, and metadata path.
|
| 36 |
|
| 37 |
+
## Repository layout
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
|
| 39 |
```text
|
| 40 |
+
dataset/<task>/<collector>/<version>/<embodiment>_<scenario>_<motion>_shard-NNN_<episodes>.zip
|
| 41 |
+
metadata/<task>/<collector>/<version>/<scenario>_<motion>_shard-NNN.json
|
| 42 |
+
provenance/collections/<task>/<collector>/<version>/
|
| 43 |
+
catalog.json
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
```
|
| 45 |
|
| 46 |
+
## Download one collection
|
|
|
|
|
|
|
|
|
|
| 47 |
|
| 48 |
```bash
|
| 49 |
+
hf download HanningHanning/DOMINO-Extended dataset/adjust_bottle/online_follow/v1/aloha-agilex_clean_follow_fast_shard-000_50.zip --repo-type dataset --local-dir DOMINO-Extended
|
|
|
|
|
|
|
| 50 |
```
|
| 51 |
|
| 52 |
+
## Current online-follow collection
|
| 53 |
|
| 54 |
+
The first collection contains 50 successful `adjust_bottle` demonstrations. The
|
| 55 |
+
bottle starts outside the camera view, moves independently, and the expert repeatedly
|
| 56 |
+
observes, approaches, follows, grasps, lifts, and completes the original upright
|
| 57 |
+
placement task. It does not receive a future object trajectory or a precomputed
|
| 58 |
+
interception point. All HDF5 episodes, language instructions, traces, camera frames,
|
| 59 |
+
and preview videos passed the repository quality audit; see the collection metadata
|
| 60 |
+
for full statistics.
|
|
|
|
|
|
|
| 61 |
|
| 62 |
## License and attribution
|
| 63 |
|
catalog.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": 1,
|
| 3 |
+
"name": "DOMINO Extended",
|
| 4 |
+
"description": "Curated multi-task, multi-scenario DOMINO-format manipulation data.",
|
| 5 |
+
"entries": [
|
| 6 |
+
{
|
| 7 |
+
"id": "adjust_bottle/online_follow/v1/clean/follow_fast/shard-000",
|
| 8 |
+
"task": "adjust_bottle",
|
| 9 |
+
"scenario": "clean",
|
| 10 |
+
"collector": "online_follow",
|
| 11 |
+
"collector_version": "v1",
|
| 12 |
+
"motion_profile": "follow_fast",
|
| 13 |
+
"embodiment": "aloha-agilex",
|
| 14 |
+
"shard": 0,
|
| 15 |
+
"episodes": 50,
|
| 16 |
+
"speed_mps": {
|
| 17 |
+
"min": 0.04,
|
| 18 |
+
"q10": 0.06881156437735318,
|
| 19 |
+
"q25": 0.09598322523604268,
|
| 20 |
+
"median": 0.1009865548537678,
|
| 21 |
+
"q75": 0.10734210861455262,
|
| 22 |
+
"q90": 0.11192400520920132,
|
| 23 |
+
"max": 0.11731706113377513,
|
| 24 |
+
"mean": 0.09644049489283639
|
| 25 |
+
},
|
| 26 |
+
"artifact": {
|
| 27 |
+
"path": "dataset/adjust_bottle/online_follow/v1/aloha-agilex_clean_follow_fast_shard-000_50.zip",
|
| 28 |
+
"size_bytes": 603007635,
|
| 29 |
+
"sha256": "bffbe20ba8be9e34b81a4e6c11d2435e6640b17918b85a23346f4568460104fe",
|
| 30 |
+
"file_count": 203,
|
| 31 |
+
"internal_root": "aloha-agilex_clean_follow_fast"
|
| 32 |
+
},
|
| 33 |
+
"metadata_path": "metadata/adjust_bottle/online_follow/v1/clean_follow_fast_shard-000.json",
|
| 34 |
+
"quality_status": "passed"
|
| 35 |
+
}
|
| 36 |
+
]
|
| 37 |
+
}
|
dataset/adjust_bottle/{aloha-agilex_clean_follow_fast_50.zip → online_follow/v1/aloha-agilex_clean_follow_fast_shard-000_50.zip}
RENAMED
|
File without changes
|
manifest.json → metadata/adjust_bottle/online_follow/v1/clean_follow_fast_shard-000.json
RENAMED
|
@@ -1,11 +1,14 @@
|
|
| 1 |
{
|
| 2 |
"schema_version": 1,
|
| 3 |
-
"
|
| 4 |
"format": "DOMINO HDF5 archive",
|
| 5 |
"task": "adjust_bottle",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
"embodiment": "aloha-agilex",
|
| 7 |
-
"
|
| 8 |
-
"variant": "follow_fast",
|
| 9 |
"episodes": 50,
|
| 10 |
"source_bytes": 1047858870,
|
| 11 |
"episode_group_counts": {
|
|
@@ -15,32 +18,140 @@
|
|
| 15 |
"video": 50
|
| 16 |
},
|
| 17 |
"artifact": {
|
| 18 |
-
"path": "dataset/adjust_bottle/aloha-
|
| 19 |
"size_bytes": 603007635,
|
| 20 |
"sha256": "bffbe20ba8be9e34b81a4e6c11d2435e6640b17918b85a23346f4568460104fe",
|
| 21 |
"file_count": 203,
|
| 22 |
"internal_root": "aloha-agilex_clean_follow_fast"
|
| 23 |
},
|
| 24 |
"provenance_files": {
|
| 25 |
-
"provenance/
|
| 26 |
"size_bytes": 66930,
|
| 27 |
"sha256": "4a501aeac4ab2643d360fd1ef1815656e969ef9e38049466ec0ac510d52add40"
|
| 28 |
},
|
| 29 |
-
"provenance/
|
| 30 |
"size_bytes": 5139,
|
| 31 |
"sha256": "70a5f92d88006b27bdc6578df5fd21f6c4dc5a341eb595f1f09b2effc5a7750d"
|
| 32 |
},
|
| 33 |
-
"provenance/adjust_bottle.py": {
|
| 34 |
"size_bytes": 8544,
|
| 35 |
"sha256": "bd122764af3f2f3e8b236280983e8949506c5e96b4b9040529812d61ee48f115"
|
| 36 |
},
|
| 37 |
-
"provenance/
|
| 38 |
"size_bytes": 2890,
|
| 39 |
"sha256": "3168108cde17a45c0671bda463a46559c4a3e1b0f914324a28c2999b505cf7eb"
|
| 40 |
}
|
| 41 |
},
|
| 42 |
"source_summary_sha256": "7cb74255a3380c5346b548c544a2d89013ec98c5683b3b9d0eef12e7195ceede",
|
| 43 |
"source_finalized_at_utc": "2026-07-28T15:28:44.229534+00:00",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
"quality_audit": {
|
| 45 |
"audited_at_utc": "2026-07-28T15:39:36.607029+00:00",
|
| 46 |
"repository_checker_clean_episodes": 50,
|
|
@@ -59,6 +170,29 @@
|
|
| 59 |
"wrong_arm_language_labels": 0,
|
| 60 |
"issues": []
|
| 61 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
"repository": {
|
| 63 |
"commit": "1c215da781d38cd7defe9aac7a0c9eee661e8726",
|
| 64 |
"dirty": true,
|
|
|
|
| 1 |
{
|
| 2 |
"schema_version": 1,
|
| 3 |
+
"id": "adjust_bottle/online_follow/v1/clean/follow_fast/shard-000",
|
| 4 |
"format": "DOMINO HDF5 archive",
|
| 5 |
"task": "adjust_bottle",
|
| 6 |
+
"scenario": "clean",
|
| 7 |
+
"collector": "online_follow",
|
| 8 |
+
"collector_version": "v1",
|
| 9 |
+
"motion_profile": "follow_fast",
|
| 10 |
"embodiment": "aloha-agilex",
|
| 11 |
+
"shard": 0,
|
|
|
|
| 12 |
"episodes": 50,
|
| 13 |
"source_bytes": 1047858870,
|
| 14 |
"episode_group_counts": {
|
|
|
|
| 18 |
"video": 50
|
| 19 |
},
|
| 20 |
"artifact": {
|
| 21 |
+
"path": "dataset/adjust_bottle/online_follow/v1/aloha-agilex_clean_follow_fast_shard-000_50.zip",
|
| 22 |
"size_bytes": 603007635,
|
| 23 |
"sha256": "bffbe20ba8be9e34b81a4e6c11d2435e6640b17918b85a23346f4568460104fe",
|
| 24 |
"file_count": 203,
|
| 25 |
"internal_root": "aloha-agilex_clean_follow_fast"
|
| 26 |
},
|
| 27 |
"provenance_files": {
|
| 28 |
+
"provenance/collections/adjust_bottle/online_follow/v1/collector.py": {
|
| 29 |
"size_bytes": 66930,
|
| 30 |
"sha256": "4a501aeac4ab2643d360fd1ef1815656e969ef9e38049466ec0ac510d52add40"
|
| 31 |
},
|
| 32 |
+
"provenance/collections/adjust_bottle/online_follow/v1/config.yml": {
|
| 33 |
"size_bytes": 5139,
|
| 34 |
"sha256": "70a5f92d88006b27bdc6578df5fd21f6c4dc5a341eb595f1f09b2effc5a7750d"
|
| 35 |
},
|
| 36 |
+
"provenance/collections/adjust_bottle/online_follow/v1/environment.py": {
|
| 37 |
"size_bytes": 8544,
|
| 38 |
"sha256": "bd122764af3f2f3e8b236280983e8949506c5e96b4b9040529812d61ee48f115"
|
| 39 |
},
|
| 40 |
+
"provenance/collections/adjust_bottle/online_follow/v1/instructions.json": {
|
| 41 |
"size_bytes": 2890,
|
| 42 |
"sha256": "3168108cde17a45c0671bda463a46559c4a3e1b0f914324a28c2999b505cf7eb"
|
| 43 |
}
|
| 44 |
},
|
| 45 |
"source_summary_sha256": "7cb74255a3380c5346b548c544a2d89013ec98c5683b3b9d0eef12e7195ceede",
|
| 46 |
"source_finalized_at_utc": "2026-07-28T15:28:44.229534+00:00",
|
| 47 |
+
"dataset_statistics": {
|
| 48 |
+
"arms": {
|
| 49 |
+
"left": 25,
|
| 50 |
+
"right": 25
|
| 51 |
+
},
|
| 52 |
+
"object_models": {
|
| 53 |
+
"13": 25,
|
| 54 |
+
"16": 25
|
| 55 |
+
},
|
| 56 |
+
"arm_model_combinations": {
|
| 57 |
+
"left/13": 12,
|
| 58 |
+
"right/13": 13,
|
| 59 |
+
"right/16": 12,
|
| 60 |
+
"left/16": 13
|
| 61 |
+
},
|
| 62 |
+
"speed_mps": {
|
| 63 |
+
"min": 0.04,
|
| 64 |
+
"q10": 0.06881156437735318,
|
| 65 |
+
"q25": 0.09598322523604268,
|
| 66 |
+
"median": 0.1009865548537678,
|
| 67 |
+
"q75": 0.10734210861455262,
|
| 68 |
+
"q90": 0.11192400520920132,
|
| 69 |
+
"max": 0.11731706113377513,
|
| 70 |
+
"mean": 0.09644049489283639
|
| 71 |
+
},
|
| 72 |
+
"speed_threshold_counts": {
|
| 73 |
+
">=0.060": 46,
|
| 74 |
+
">=0.080": 43,
|
| 75 |
+
">=0.090": 41,
|
| 76 |
+
">=0.100": 34,
|
| 77 |
+
">=0.105": 19,
|
| 78 |
+
">=0.110": 7,
|
| 79 |
+
">=0.115": 4
|
| 80 |
+
},
|
| 81 |
+
"entry_angle_degrees": {
|
| 82 |
+
"min": -7.407407407407407,
|
| 83 |
+
"q10": -6.222222222222222,
|
| 84 |
+
"q25": -4.296296296296297,
|
| 85 |
+
"median": -0.8888888888888893,
|
| 86 |
+
"q75": 3.2592592592592595,
|
| 87 |
+
"q90": 5.688888888888888,
|
| 88 |
+
"max": 7.4074074074074066,
|
| 89 |
+
"mean": -0.34370370370370407
|
| 90 |
+
},
|
| 91 |
+
"offscreen_start_abs_x_m": {
|
| 92 |
+
"min": 0.56032,
|
| 93 |
+
"q10": 0.5630400000000001,
|
| 94 |
+
"q25": 0.56808,
|
| 95 |
+
"median": 0.5776,
|
| 96 |
+
"q75": 0.5856,
|
| 97 |
+
"q90": 0.59216,
|
| 98 |
+
"max": 0.5983999999999999,
|
| 99 |
+
"mean": 0.5778048
|
| 100 |
+
},
|
| 101 |
+
"action_start_abs_x_m": {
|
| 102 |
+
"min": 0.4406122448979592,
|
| 103 |
+
"q10": 0.44404081632653064,
|
| 104 |
+
"q25": 0.44566326530612244,
|
| 105 |
+
"median": 0.45316326530612244,
|
| 106 |
+
"q75": 0.4608163265306122,
|
| 107 |
+
"q90": 0.4635102040816327,
|
| 108 |
+
"max": 0.4669387755102041,
|
| 109 |
+
"mean": 0.45334693877551013
|
| 110 |
+
},
|
| 111 |
+
"duration_seconds": {
|
| 112 |
+
"min": 9.628000457305461,
|
| 113 |
+
"q10": 9.917200471041724,
|
| 114 |
+
"q25": 10.149000482051633,
|
| 115 |
+
"median": 10.454000496538356,
|
| 116 |
+
"q75": 11.031000523944385,
|
| 117 |
+
"q90": 11.649600553326309,
|
| 118 |
+
"max": 12.53200059523806,
|
| 119 |
+
"mean": 10.60952050392516
|
| 120 |
+
},
|
| 121 |
+
"frames": {
|
| 122 |
+
"min": 302.0,
|
| 123 |
+
"q10": 311.0,
|
| 124 |
+
"q25": 319.0,
|
| 125 |
+
"median": 328.0,
|
| 126 |
+
"q75": 345.75,
|
| 127 |
+
"q90": 365.1,
|
| 128 |
+
"max": 393.0,
|
| 129 |
+
"mean": 333.02
|
| 130 |
+
},
|
| 131 |
+
"placement_error_mm": {
|
| 132 |
+
"min": 0.9223316816245355,
|
| 133 |
+
"q10": 4.740607810618222,
|
| 134 |
+
"q25": 5.9057791678636145,
|
| 135 |
+
"median": 7.264740963753441,
|
| 136 |
+
"q75": 9.624124141518175,
|
| 137 |
+
"q90": 12.049785319197095,
|
| 138 |
+
"max": 13.672449866804117,
|
| 139 |
+
"mean": 7.779289416589755
|
| 140 |
+
},
|
| 141 |
+
"upright_axis_error_degrees": {
|
| 142 |
+
"min": 0.12523307506561432,
|
| 143 |
+
"q10": 0.6915871522562761,
|
| 144 |
+
"q25": 1.253221590041893,
|
| 145 |
+
"median": 1.8009010928711464,
|
| 146 |
+
"q75": 2.332611434101384,
|
| 147 |
+
"q90": 2.8785871004846046,
|
| 148 |
+
"max": 3.2803159778039106,
|
| 149 |
+
"mean": 1.7805040597025663
|
| 150 |
+
},
|
| 151 |
+
"unique_scene_seeds": 30,
|
| 152 |
+
"unique_motion_tuples": 43,
|
| 153 |
+
"unique_scene_motion_tuples": 50
|
| 154 |
+
},
|
| 155 |
"quality_audit": {
|
| 156 |
"audited_at_utc": "2026-07-28T15:39:36.607029+00:00",
|
| 157 |
"repository_checker_clean_episodes": 50,
|
|
|
|
| 170 |
"wrong_arm_language_labels": 0,
|
| 171 |
"issues": []
|
| 172 |
},
|
| 173 |
+
"training_exports_validated": {
|
| 174 |
+
"aloha_hdf5": "policy/PUMA/converted_data/aloha_hdf5/adjust_bottle-demo_dynamicvla_follow_dataset-50",
|
| 175 |
+
"lerobot_v21": "policy/PUMA/converted_data/lerobot/robotwin/adjust_bottle_follow_fast",
|
| 176 |
+
"puma_data_root": "policy/PUMA/converted_data/lerobot/robotwin",
|
| 177 |
+
"puma_data_mix": "robotwin_adjust_bottle_follow_fast",
|
| 178 |
+
"episodes": 50,
|
| 179 |
+
"training_frames": 16601,
|
| 180 |
+
"cameras": [
|
| 181 |
+
"cam_high",
|
| 182 |
+
"cam_left_wrist",
|
| 183 |
+
"cam_right_wrist"
|
| 184 |
+
],
|
| 185 |
+
"fps": 15,
|
| 186 |
+
"puma_loader_validated": true,
|
| 187 |
+
"puma_loader_samples_validated": [
|
| 188 |
+
0,
|
| 189 |
+
8300,
|
| 190 |
+
16600
|
| 191 |
+
],
|
| 192 |
+
"normalization_statistics_cached": true,
|
| 193 |
+
"step_index_cached": true,
|
| 194 |
+
"lerobot_videos_fully_decoded": 150
|
| 195 |
+
},
|
| 196 |
"repository": {
|
| 197 |
"commit": "1c215da781d38cd7defe9aac7a0c9eee661e8726",
|
| 198 |
"dirty": true,
|
provenance/{collect_data_dynamic_follow.py → collections/adjust_bottle/online_follow/v1/collector.py}
RENAMED
|
File without changes
|
provenance/{demo_dynamicvla_follow_dataset.yml → collections/adjust_bottle/online_follow/v1/config.yml}
RENAMED
|
File without changes
|
provenance/{adjust_bottle.py → collections/adjust_bottle/online_follow/v1/environment.py}
RENAMED
|
File without changes
|
provenance/{adjust_bottle_instructions.json → collections/adjust_bottle/online_follow/v1/instructions.json}
RENAMED
|
File without changes
|