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:    TypeError
Message:      Couldn't cast array of type
struct<joint0: string, joint1: string, joint2: string, joint3: string>
to
{'joint0': Value('string'), 'joint1': Value('string'), 'joint2': Value('string')}
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 147, 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 127, 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 483, 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 2840, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2373, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2398, 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 2378, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2312, in cast_table_to_schema
                  cast_array_to_feature(
                  ~~~~~~~~~~~~~~~~~~~~~^
                      table[name] if name in table_column_names else pa.array([None] * len(table), type=schema.field(name).type),
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                      feature,
                      ^^^^^^^^
                  )
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 1861, in wrapper
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                                           ~~~~^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2158, in cast_array_to_feature
                  raise TypeError(f"Couldn't cast array of type\n{_short_str(array.type)}\nto\n{_short_str(feature)}")
              TypeError: Couldn't cast array of type
              struct<joint0: string, joint1: string, joint2: string, joint3: string>
              to
              {'joint0': Value('string'), 'joint1': Value('string'), 'joint2': Value('string')}

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.

Ani4D dataset (TBZ + Objaverse + Objaverse-XL, curated 2026-09-16)

The curated articulated-character dataset behind Ani4D (PoseAE codec + VoxelFM), plus the 50-asset Ani4D-vs-ActionMesh benchmark under benchmark/. 11,206 kept assets: train 11,008 (TBZ 58 / Objaverse 2,137 / Objaverse-XL 8,813), val 148 (8 / 60 / 80), test = benchmark 50 (10 / 20 / 20); the split is poseae_split.json at the root and bench50.txt lists the benchmark. Every kept asset has a complete front-view render that is 1:1 with its pose sequence, is normalised to the frame-0 bounding box (centred, longest side 1), and passes the curation rules below. Statistics: dataset_stats_2026-09-16.md.

Layout, one folder per asset (records and ready-to-train cache merged):

inventory_<dataset>.jsonl          per-asset scan record; bucket=excluded rows carry the curation reason
clean/<dataset>/<name>/
    rig.json, motion.json          bake records (skeleton + per-frame motion, source frame range)
    frame_0000_anchor.glb          rest-pose mesh (ground-truth topology); frame_0000_textured.glb, video*.mp4 where produced
    manifest.npz                   rest mesh + skeleton + skinning weights
    theta_motion.npz               per-frame joint parameters (theta: rot 3 | stretch 1 | trans 3 per joint), frame-0 units
    frames.npy                     per-frame ground-truth vertices [T, V, 3], frame-0 units
    meta.json, RENORM_FRAME0.json, REALIGN_ROOT.json, TRIMMED.json   provenance markers
    slat_frame0.npz                AniGen frame-0 structured latent (z_s, z_skin, z_skl on a 64^3 grid)
    pose_vox_*.npz                 pose-voxel pools of the codec
    frontview.tar                  the conditioning render: levelled front view (az -90, el 0), 1024^2,
                                   one PNG per pose frame (frame_%04d.png), uncompressed tar
    frontview_rgba.tar         RGBA twin of the render (the ActionMesh baseline's input) -- present on 2,354 assets, 149 GB
    video_feats_crop_g.npz     DINOv2-giant features of the subject crop -- present on 2,322 assets, 1.10 TB.
                               DERIVED: recomputable from frontview/ with scripts/tools/recache_video_crop.py
                               (--res 518 --model dinov2_vitg14_reg). They are ~half the download.

The two render directories ship as uncompressed tars, one per asset (tar xf frontview.tar): unpacked they are 1.69 M of the dataset's 1.83 M files -- 92 % of the file count for 36 % of the bytes -- and a HuggingFace repo is capped at 1,000,000 files. Packed, the dataset is ~159 k files at the same size. Everything else is stored as ordinary files.

Curation (applied in this order; every removal is recorded in the inventories): texture present and shaded; T >= 32; no idle clips (fastest joint p95 < 1 deg/frame and root travel < 0.5 bone lengths); no implausible motion (> 90 deg/frame, jerk spikes, root jumps); theta->GT reconstruction <= 5 % of the bbox diagonal; grey/magenta placeholder renders; single-joint rigs; vertex count <= 300k; blank renders (subject < 0.1 % of the frame); render frame count == T; plus eight manual review rounds. Skeletons: one connected tree, no phantom leaves, root realigned onto the first skinned joint (UniMate's filters). The benchmark's Objaverse/XL skeletons are unseen rig instances (joint set, hierarchy and rest bone lengths never seen in training); its TBZ clips hold out two whole animals (goat, seagull).

Sources & licensing -- derived from Truebones Zoo (TBZ), Objaverse and Objaverse-XL. The underlying assets keep their own licences; verify them before redistributing derived data.

Downloads last month
432