Datasets:
Reconstruction
What this release contains
- Public QA tables for
evalandsft. - Split manifests and split counts.
- Public release-relative references for each item.
What this release does not contain
- Full raw videos.
- Full extracted frame caches.
- Local absolute paths used during internal development.
- Separate structured task-meta fields.
How to use the public references
Each row exposes three reconstruction-oriented fields:
visual_refsource_episode_refreconstruction_key_json
These are designed to be stable, path-free references. They are sufficient to map a released item back to the corresponding source episode or recording once you have obtained the upstream dataset under its original terms.
Source-specific units
GM-100: grouped by(task_id, episode_id).RH20T: grouped byrecording_id.REASSEMBLE: grouped byrecording_id.AIST-Bimanual: grouped byrecording_id.
Expected workflow
- Obtain upstream datasets under their original terms.
- Use
source,source_task_id,source_unit_id,camera, andframe_indices_jsonfrom the public release. - Reconstruct the required visual inputs with the source-specific evaluation scripts in the main codebase.
Release policy
This Hugging Face release is a reviewable minimal closed loop for metadata, QA, splits, statistics, and baseline results. Full visual reconstruction remains upstream-data dependent.