Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code:   StreamingRowsError
Exception:    CastError
Message:      Couldn't cast
schema: string
repo_id: string
release: string
release_date: timestamp[s]
source: struct<format: string, version: int64, dataset_fingerprint: string, conversion_manifest_sha256: stri (... 168 chars omitted)
  child 0, format: string
  child 1, version: int64
  child 2, dataset_fingerprint: string
  child 3, conversion_manifest_sha256: string
  child 4, task_count: int64
  child 5, episode_count: int64
  child 6, sample_count: int64
  child 7, main_shard_count: int64
  child 8, language_shard_count: int64
  child 9, payload_file_count: int64
  child 10, payload_bytes: int64
training_sampler: struct<strategy: string, samples_per_episode: int64, seed: int64>
  child 0, strategy: string
  child 1, samples_per_episode: int64
  child 2, seed: int64
integrity: struct<upload_candidate_count: int64, upload_exit_code: int64, sha256sums_sha256: string, payload_ma (... 22 chars omitted)
  child 0, upload_candidate_count: int64
  child 1, upload_exit_code: int64
  child 2, sha256sums_sha256: string
  child 3, payload_manifest_sha256: string
dataset_fingerprint: string
payload_bytes: int64
file_count: int64
sha256sums_sha256: string
entries: list<item: struct<path: string, sha256: string, size_bytes: int64>>
  child 0, item: struct<path: string, sha256: string, size_bytes: int64>
      child 0, path: string
      child 1, sha256: string
      child 2, size_bytes: int64
to
{'dataset_fingerprint': Value('string'), 'entries': List({'path': Value('string'), 'sha256': Value('string'), 'size_bytes': Value('int64')}), 'file_count': Value('int64'), 'payload_bytes': Value('int64'), 'schema': Value('string'), 'sha256sums_sha256': Value('string')}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 149, in get_rows_or_raise
                  return get_rows(
                      dataset=dataset,
                  ...<4 lines>...
                      column_names=column_names,
                  )
                File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
                  return func(*args, **kwargs)
                File "/src/services/worker/src/worker/utils.py", line 129, in get_rows
                  rows_plus_one = list(itertools.islice(safe_iter(ds, dataset=dataset), rows_max_number + 1))
                File "/src/services/worker/src/worker/utils.py", line 489, in safe_iter
                  yield from ds.decode(False) if ds.features else ds
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2818, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2355, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2380, in _iter_arrow
                  for key, pa_table in self.ex_iterable._iter_arrow():
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
                  for key, pa_table in iterator:
                                       ^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
                  for key, pa_table in self.generate_tables_fn(**gen_kwags):
                                       ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              schema: string
              repo_id: string
              release: string
              release_date: timestamp[s]
              source: struct<format: string, version: int64, dataset_fingerprint: string, conversion_manifest_sha256: stri (... 168 chars omitted)
                child 0, format: string
                child 1, version: int64
                child 2, dataset_fingerprint: string
                child 3, conversion_manifest_sha256: string
                child 4, task_count: int64
                child 5, episode_count: int64
                child 6, sample_count: int64
                child 7, main_shard_count: int64
                child 8, language_shard_count: int64
                child 9, payload_file_count: int64
                child 10, payload_bytes: int64
              training_sampler: struct<strategy: string, samples_per_episode: int64, seed: int64>
                child 0, strategy: string
                child 1, samples_per_episode: int64
                child 2, seed: int64
              integrity: struct<upload_candidate_count: int64, upload_exit_code: int64, sha256sums_sha256: string, payload_ma (... 22 chars omitted)
                child 0, upload_candidate_count: int64
                child 1, upload_exit_code: int64
                child 2, sha256sums_sha256: string
                child 3, payload_manifest_sha256: string
              dataset_fingerprint: string
              payload_bytes: int64
              file_count: int64
              sha256sums_sha256: string
              entries: list<item: struct<path: string, sha256: string, size_bytes: int64>>
                child 0, item: struct<path: string, sha256: string, size_bytes: int64>
                    child 0, path: string
                    child 1, sha256: string
                    child 2, size_bytes: int64
              to
              {'dataset_fingerprint': Value('string'), 'entries': List({'path': Value('string'), 'sha256': Value('string'), 'size_bytes': Value('int64')}), 'file_count': Value('int64'), 'payload_bytes': Value('int64'), 'schema': Value('string'), 'sha256sums_sha256': Value('string')}
              because column names don't match

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

DOMINO Absolute Motion v2

DOMINO_absolute_motion_v2 is the complete packed training corpus for DynamicWAM's exact-simulator-time motion pipeline. It is a training-ready derivative of H-EmbodVis/DOMINO, not a copy of the raw RGB dataset.

Every sample was packed as one aligned record containing video latents, action/state targets, frame indices, a language-group identifier, and four history intervals of absolute motion descriptors. The alignment is fixed at conversion time; training does not join independent sidecars at runtime.

Dataset summary

Property Value
Tasks 35
Episodes 10,500 (300 per task)
Packed samples 1,428,327
Main tensor shards 143
Language-bank entries 3,500
Language tensor shards 55
Payload files 406
Payload size 333,217,057,616 bytes (310.33 GiB)
Format dynamicwam_absolute_motion_dataset
Format version 2
Dataset fingerprint 2feac8645817e3a896afd855341130f23a6d92bfd28917f4cb3e2dbb4eb68154

The packed corpus contains all 1,428,327 valid samples. The production training contract uses episode_balanced_without_replacement, selecting 10 distinct samples from each episode per epoch with seed 2026 (105,000 samples per epoch).

Stored tensors

Each main .safetensors shard contains up to 10,000 aligned samples. Shapes below exclude the leading sample dimension.

Key Stored dtype Per-sample shape
condition_latents float32 [48, 2, 24, 20]
future_latents float32 [48, 2, 12, 10]
action_sequences float32 [16, 14]
initial_states float32 [14]
absolute_motion_features float32 [4, 12]
absolute_motion_interval_valid_masks bool [4]
absolute_motion_acceleration_valid_masks bool [4]
action_indices int64 [16]
video_indices int64 [8]
condition_frame_indices int64 scalar
episode_indices int64 scalar
lang_group_ids int64 scalar
sample_ids int64 scalar

The language bank stores 3,500 precomputed 4096-dimensional UMT5-XXL entries in bfloat16, grouped as 100 entries for each of the 35 tasks.

Absolute-motion contract

Motion is computed from the head view on a configured 64 x 64 flow grid. Five history frames define four intervals. Interval duration comes from domino_schema_v2.sim_time_seconds, rather than an assumed fixed frame rate. Each interval has 12 descriptors:

  1. mean x displacement;
  2. mean y displacement;
  3. mean displacement magnitude;
  4. p99 displacement magnitude;
  5. elapsed time;
  6. mean x velocity;
  7. mean y velocity;
  8. mean speed;
  9. p99 speed;
  10. mean x acceleration;
  11. mean y acceleration;
  12. mean acceleration magnitude.

motion_stats.json pins normalization statistics and action_stats.json pins action statistics. The precise optical-flow, timestamp, sampling, and normalization contracts are recorded in dataset.json.

File layout

.
β”œβ”€β”€ dataset.json
β”œβ”€β”€ stats.json
β”œβ”€β”€ action_stats.json
β”œβ”€β”€ motion_stats.json
β”œβ”€β”€ episodes.jsonl
β”œβ”€β”€ samples.jsonl
β”œβ”€β”€ shards/
β”‚   β”œβ”€β”€ shard_000000.safetensors
β”‚   β”œβ”€β”€ shard_000000.json
β”‚   └── ...
β”œβ”€β”€ lang/
β”‚   β”œβ”€β”€ lang.json
β”‚   └── shards/
β”‚       β”œβ”€β”€ shard_000000.safetensors
β”‚       β”œβ”€β”€ shard_000000.json
β”‚       └── ...
β”œβ”€β”€ SHA256SUMS
β”œβ”€β”€ PAYLOAD_MANIFEST.json
└── VALIDATION.md

The JSON sidecar beside each tensor shard gives the exact keys, shapes, dtypes, sample range, and byte size for that shard.

Download

Install the current Hugging Face CLI with Xet support, then download the repository:

hf download KhalilGao/DOMINO_absolute_motion_v2 \
  --repo-type dataset \
  --local-dir DOMINO_absolute_motion_v2

The repository is approximately 311 GiB. Verify the immutable payload after download:

cd DOMINO_absolute_motion_v2
sha256sum -c SHA256SUMS

SHA256SUMS covers the 406 source payload files. Repository documentation files are intentionally outside that payload manifest. The SHA-256 of SHA256SUMS itself is 705371585c4fdb29440a5a49849a69e94fd4c85acda63c2a4ed005aa865bad2c.

DynamicWAM loader

With the DynamicWAM source tree on PYTHONPATH:

from dynamicwam.training.data import PackedAbsoluteMotionDataset

dataset = PackedAbsoluteMotionDataset(
    "DOMINO_absolute_motion_v2",
    max_open_shards=8,
)
sampler = dataset.make_sampler(
    samples_per_episode=10,
    seed=2026,
)

The loader validates the format version, dataset fingerprint, motion contract, motion statistics, action statistics, and sampler contract before training.

Tasks

The dataset contains the following DOMINO Level-1 tasks:

adjust_bottle, beat_block_hammer, click_alarmclock, click_bell, dump_bin_bigbin, grab_roller, handover_block, handover_mic, hanging_mug, move_can_pot, move_pillbottle_pad, move_playingcard_away, move_stapler_pad, place_a2b_left, place_a2b_right, place_bread_basket, place_bread_skillet, place_can_basket, place_container_plate, place_empty_cup, place_fan, place_mouse_pad, place_object_basket, place_object_scale, place_object_stand, place_phone_stand, place_shoe, press_stapler, put_bottles_dustbin, put_object_cabinet, rotate_qrcode, scan_object, shake_bottle, shake_bottle_horizontally, and stamp_seal.

Provenance

  • Raw source: H-EmbodVis/DOMINO
  • Video latent model: Wan-AI/Wan2.2-TI2V-5B
  • Text encoder: google/umt5-xxl
  • Conversion-manifest digest recorded by the packer: 926ae37efced8fec3f1a59c4fe2930fbb9bca4c65197efe9e9ba80aa9fabdb16
  • Action-statistics SHA-256: 730a91e41b6a23c70cec49cd222835373ba9364680da5753f4408c5534319b04
  • Motion-statistics SHA-256: 7a2109f0d93418e9bc3b5c1c6c9961ac7afbda61f672a153b999e8df385a01b4

No Wan2.2 or UMT5 model weights are included in this repository.

Limitations

  • This is packed simulated training data for the 35 DOMINO Level-1 tasks; it does not contain real-robot data.
  • Raw RGB observations are not included. Use the upstream DOMINO repository when raw episodes are required.
  • The stored latents and language embeddings are tied to the encoder configurations recorded in dataset.json; changing encoders requires repacking.
  • This custom shard format is optimized for training and is not a standard tabular Hugging Face Dataset, so the web Data Viewer may not render sample rows.
  • The corpus does not by itself reproduce the complete DynamicWAM software, model checkpoints, or evaluation environment.

License and citation

This processed dataset is released under Apache License 2.0, consistent with the upstream DOMINO dataset and the encoder repositories listed above. See LICENSE for the full text.

If you use this artifact, cite the accompanying DynamicWAM work and the upstream DOMINO paper:

@inproceedings{fang2026towards,
  title     = {Towards Generalizable Robotic Manipulation in Dynamic Environments},
  author    = {Fang, Heng and Li, Shangru and Wang, Shuhan and Xi, Xuanyang and Liang, Dingkang and Bai, Xiang},
  booktitle = {European Conference on Computer Vision (ECCV)},
  year      = {2026}
}
Downloads last month
31