MuscleMimic
Collection
Paper: https://huggingface.co/papers/2603.25544 • 3 items • Updated • 2
This dataset is derived from AMASS and is provided only for permitted non-commercial research uses.
By requesting access to this dataset, you acknowledge and agree that:
Log in or Sign Up to review the conditions and access this dataset content.
Pre-retargeted motion capture data for the MyoBimanualArm musculoskeletal model, generated using General Motion Retargeting (GMR).
| Group | Motions | Description |
|---|---|---|
| AMASS_BIMANUAL_TRAIN_MOTIONS | 1770 | AMASS upper limb training set |
| AMASS_BIMANUAL_TEST_MOTIONS | 312 | AMASS upper limb test set |
# Auto-download (integrated into training pipeline)
# Just set retargeting_method: gmr in your config - caches download automatically.
# Manual download
uv run musclemimic-download-gmr-caches --dataset-group AMASS_BIMANUAL_TRAIN_MOTIONS --env-name MyoBimanualArm
# Python API
from musclemimic.utils.gmr_cache import download_gmr_dataset_group
downloaded_paths = download_gmr_dataset_group(
dataset_group="AMASS_BIMANUAL_TRAIN_MOTIONS",
env_name="BimanualMuscle",
)
Each .npz file contains retargeted motion data with arrays:
qpos, qvel, xpos, xquat, cvel, subtree_com, site_xpos, site_xmat,
plus metadata (joint_names, body_names, site_names, frequency, split_points).
Derived from the AMASS dataset. Please comply with the AMASS license terms when using this data. Paper: https://huggingface.co/papers/2603.25544