Agreement required before accessing this dataset

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:

  1. This dataset is derived from AMASS data and is subject to restrictions consistent with the AMASS license.
  2. You will use this dataset only for non-commercial scientific research, non-commercial education, or non-commercial artistic projects.
  3. You will not copy, share, distribute, sublicense, transfer, or otherwise make this dataset available to any third party.
  4. You will not use this dataset, or any models/methods trained on it, for commercial purposes of any kind.
  5. You will not redistribute this dataset or derivative files generated from it unless you have obtained all necessary permissions from the relevant rights holders.
  6. You understand that access may be revoked if these conditions are violated.
  7. You agree to appropriately cite AMASS and our work in any resulting publications.

Log in or Sign Up to review the conditions and access this dataset content.

MuscleMimic GMR Retargeted Motions

Pre-retargeted motion capture data for the MyoBimanualArm musculoskeletal model, generated using General Motion Retargeting (GMR).

Dataset Groups

Group Motions Description
AMASS_BIMANUAL_TRAIN_MOTIONS 1770 AMASS upper limb training set
AMASS_BIMANUAL_TEST_MOTIONS 312 AMASS upper limb test set

Usage

# 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",
)

File Format

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).

Source

Derived from the AMASS dataset. Please comply with the AMASS license terms when using this data. Paper: https://huggingface.co/papers/2603.25544

Downloads last month
326

Collection including amathislab/musclemimic-bimanual-retargeted

Paper for amathislab/musclemimic-bimanual-retargeted