CoolFace
Modelpublic

m-hamza-mughal/miburi-release-assets

sourceHugging Faceotherupdated 3mo agoView on Hugging Face
0likes
Model Card

MIBURI release assets

Demo-time assets for MIBURI: Towards Expressive Interactive Gesture Synthesis (CVPR 2026).

  • —Paper: https://arxiv.org/abs/2603.03282
  • —Project page: https://vcai.mpi-inf.mpg.de/projects/MIBURI/
  • —Code: https://github.com/m-hamza-mughal/miburi

These assets are not used standalone — they are loaded by the MIBURI demo. Intended fetch path:

bash
git clone https://github.com/m-hamza-mughal/miburi
cd miburi
pip install .
miburi-download-assets             # this repo
miburi-download-checkpoints        # https://huggingface.co/m-hamza-mughal/miburi-release-checkpoints
miburi-demo

Contents

assets_dep/
  demo-static/                  # embedded Moshi UI frontend (~1 MB)
  mixamo_characters_release/    # 4 Mixamo characters as .npz bundles (~8 MB)
  smplx_2020/smplx/             # SMPL-X NEUTRAL 2020 .npz (~115 MB)

Licenses

The contents of this repository are not MIBURI's to relicense — each file derives from a third-party project under its own terms. By downloading any of these files you agree to honor those upstream licenses.

  • —SMPL-X (`smplx_2020/`) — Max Planck Society / Perceiving Systems. Non-commercial research / use only. See the SMPL-X model license: https://smpl-x.is.tue.mpg.de/modellicense.html. Citation: Pavlakos et al., Expressive Body Capture: 3D Hands, Face, and Body from a Single Image, CVPR 2019.
  • —Mixamo characters (`mixamo_characters_release/`) — Adobe Mixamo. Subject to the Adobe Mixamo terms of use: https://helpx.adobe.com/creative-cloud/faq/mixamo-faq.html. The released .npz bundles repackage Mixamo's free character meshes + skinning; redistribution here is purely to make the MIBURI demo reproducible. If you intend to ship Mixamo content in your own product, fetch the source meshes directly from Mixamo under their terms.
  • —Demo frontend (`demo-static/`) — derived from Kyutai Moshi's web frontend (https://github.com/kyutai-labs/moshi); see the upstream Moshi license (MIT).

The MIBURI code and trained checkpoints (the other half of the demo, not in this repo) are licensed under CC BY-NC 4.0. See the code repository and companion checkpoints repo for the MIBURI-specific terms.

Users of the MIBURI demo additionally need the Moshi weights (Kyutai; fetched automatically from https://huggingface.co/kyutai/moshiko-pytorch-bf16) — those are distributed under CC-BY 4.0 by Kyutai.