adapter dict | checks list | dataset dict | episodeCount int64 | findings list | frameCount int64 | inputCount int64 | limitations list | modalities list | provenance dict | quality dict | readiness dict | recommendations list | schemaVersion string | source dict | status string | targetFormatVersion string | taskCount int64 | warnings list |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{
"actionKey": "actions",
"episodeCount": 10,
"frameCount": 1444,
"media": [
{
"episodeCount": 10,
"feature": "observation.images.agentview_image",
"kind": "rgb",
"shape": [
84,
84,
3
],
"sourceKey": "obs/agentview_image"
},
{
"episod... | [
{
"category": "metadata",
"evidence": {
"episodes": 10,
"fps": 20,
"frames": 1444,
"framesRead": null,
"requiredColumns": null,
"episodesChecked": null,
"longestEpisodeFrames": null,
"shortestEpisodeFrames": null,
"featuresChecked": null,
"framesCh... | {
"episodeCount": 10,
"format": "lerobot",
"formatVersion": "v3.0",
"fps": 20,
"frameCount": 1444,
"inputCount": 1,
"name": "mimicgen-square-d0",
"robotType": "Panda",
"taskCount": 1
} | 10 | [
{
"category": "training_quality",
"confidence": "medium",
"evidence": {
"outlierFrameRatePct": 84.76
},
"id": "observation-state-outliers",
"message": "Some frames are more than six median absolute deviations from the feature median.",
"recommendation": "Inspect the affected signal... | 1,444 | 1 | [
"Automated readiness checks do not measure downstream policy performance or task success.",
"Action saturation uses observed signal behavior unless hardware command limits are supplied separately.",
"Visual blur, exposure, and frozen-frame findings are heuristics and should be confirmed with representative epis... | [
{
"codec": null,
"depthUnit": null,
"dtype": "float32",
"feature": "action",
"fps": null,
"kind": "action",
"pixelFormat": null,
"shape": [
7
]
},
{
"codec": "h264",
"depthUnit": null,
"dtype": "video",
"feature": "observation.images.agentview_image",
... | {
"adapter": {
"revision": "4230bc4b56abe85116b202398b1a625a81c1c55c",
"type": "mimicgen",
"version": "1.0.0"
},
"sourceDataset": "amandlek/mimicgen_datasets",
"sourceLicense": "cc-by-4.0",
"sourceRevision": "33016f8a62c02334f929f2913af8fdd2a8a129e1"
} | {
"dataset": {
"durationSeconds": 72.2,
"episodeCount": 10,
"fps": 20,
"frameCount": 1444
},
"episodes": {
"durationSeconds": {
"max": 8.6,
"mean": 7.22,
"min": 6.75,
"p50": 6.95,
"p95": 8.24
},
"lengthFrames": {
"max": 172,
"mean": 144.4,
... | {
"findingCounts": {
"critical": 0,
"high": 0,
"low": 0,
"medium": 2
},
"label": "Review recommended",
"score": 84,
"scoreMethod": "Severity-weighted findings; raw warnings are reported but not double-counted. This is not a model-performance guarantee.",
"summary": "The dataset is structural... | [
"Inspect the affected signal for unit changes, resets, clipping, or corrupt samples."
] | 2.0 | {
"actionKey": "actions",
"actionTopic": null,
"adapterType": "mimicgen",
"adapterVersion": "1.0.0",
"media": [
{
"episodeCount": 10,
"feature": "observation.images.agentview_image",
"kind": "rgb",
"shape": [
84,
84,
3
],
"sourceKey": "obs/agentv... | passed | v3.0 | 1 | [] |
MimicGen Square D0 — verified multimodal LeRobot v3 reference subset
Community conversion produced by ViaCatalyst BYOD. This repository is not an official upstream release and is not affiliated with the MimicGen authors.
This is a compact, provenance-complete conversion of the first 10 episodes from the pinned MimicGen Square D0 core HDF5 file. It provides a reproducible multimodal LeRobot v3 reference dataset and conversion-quality example.
At a glance
| Property | Value |
|---|---|
| LeRobot format | v3.0 |
| Robot | Panda |
| Task | Assemble the square nut on its matching peg |
| Episodes | 10 |
| Frames | 1,444 |
| Duration | 72.20 seconds |
| FPS | 20 |
| Observation modalities | State + 2 RGB camera streams |
| RGB streams | agentview_image, robot0_eye_in_hand_image |
| Image resolution | 84 × 84 × 3, H.264 |
| Action / state dimension | 7 / 59 |
| Official LeRobot reader | Passed with LeRobot 0.6.0 |
Features and source mapping
| LeRobot feature | dtype | shape | Source mapping |
|---|---|---|---|
action |
float32 |
[7] |
Direct per-frame copy from each demonstration's actions dataset, with a float32 cast only |
observation.state |
float32 |
[59] |
Deterministic concatenation of numeric obs/* vectors; names are documented in meta/info.json |
observation.images.agentview_image |
video | [84, 84, 3] |
Aligned RGB frames from obs/agentview_image, encoded H.264 at 20 FPS |
observation.images.robot0_eye_in_hand_image |
video | [84, 84, 3] |
Aligned RGB frames from obs/robot0_eye_in_hand_image, encoded H.264 at 20 FPS |
episode_index / frame_index |
int64 |
[1] |
Preserved HDF5 episode boundaries and zero-based frame positions |
timestamp |
float32 |
[1] |
frame_index / 20 seconds |
task_index |
int64 |
[1] |
Maps to the Square task in meta/tasks.parquet |
Original-action preservation
The conversion reads the original actions array for every selected episode and writes each row directly to action. It does not replay a learned policy, regenerate actions, interpolate action values, or relabel demonstrations. The two camera streams are retained only when aligned to their episode frames; output timestamps are normalized to the declared 20 FPS.
Validation evidence
The complete machine-readable evidence is in validation-report.json. All eight critical automated checks passed:
- Dataset metadata counts
- Parquet schema and frame count
- Episode boundaries and timestamp regularity
- Feature dimensions and finite values
- LeRobot v3 relational metadata
- Video-frame alignment
- License and provenance completeness
- Official LeRobot reader smoke test
The readiness score is 84/100 — Review recommended. Two medium-confidence statistical signals are disclosed: observation.state has an 84.76% robust-outlier frame rate and action has a 4.85% rate. These are robust distribution signals, not proof of corruption; review the feature-level evidence before training.
Source, revision, and integrity
- Source dataset:
amandlek/mimicgen_datasets - Pinned source revision:
33016f8a62c02334f929f2913af8fdd2a8a129e1 - Source file:
core/square_d0.hdf5 - Source file size:
1,621,351,476bytes - Source SHA-256:
41fc24bce0f88343099c0b1b5bf6eee08cbc35851e71276d4509a01c9b75481c - Converter adapter:
mimicgenadapter1.0.0 - Converter code revision:
4230bc4b56abe85116b202398b1a625a81c1c55c
Additional audit files: provenance.json, bundle-manifest.json, bundle-manifest.external.json, and UPSTREAM_LICENSE.md.
License and attribution
The upstream MimicGen project states that its datasets are released under CC-BY 4.0. This conversion retains that identifier, attribution, and citation. Conversion does not transfer ownership, create affiliation, or replace upstream terms.
Intended use
- Testing multimodal LeRobot v3 readers, video handling, and data pipelines
- Small offline imitation-learning or educational experiments
- Reproducible HDF5-to-LeRobot conversion evaluation
- Comparing schema, provenance, and validation tooling across state and camera streams
Limitations
- This is a community conversion, not an official upstream release.
- It contains only the first 10 episodes from the pinned Square D0 core file, not the complete MimicGen corpus or full Square D0 split.
- It retains only adapter-recognized state, action, and RGB streams; inspect
meta/info.jsonbefore training. - Statistical quality signals require domain-aware review before training.
- Automated validation does not measure policy performance, simulation transfer, or task success.
Load with LeRobot
from lerobot.datasets.lerobot_dataset import LeRobotDataset
dataset = LeRobotDataset("ViaCatalyst/mimicgen-square-d0-lerobot-v3")
print(dataset.meta.total_episodes, dataset.meta.total_frames)
Conversion tooling
Converted and validated with the ViaCatalyst BYOD Processing Platform, a free workflow for converting robotics datasets to LeRobot format. For high-volume datasets, contact ViaCatalyst support through the platform.
Citation
Please cite the original MimicGen work:
@inproceedings{mandlekar2023mimicgen,
title={MimicGen: A Data Generation System for Scalable Robot Learning using Human Demonstrations},
author={Mandlekar, Ajay and Nasiriany, Soroush and Wen, Bowen and Akinola, Iretiayo and Narang, Yashraj and Fan, Linxi and Zhu, Yuke and Fox, Dieter},
booktitle={7th Annual Conference on Robot Learning},
year={2023}
}
- Downloads last month
- 14