Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

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.

Mixamo Characters Dataset

This dataset contains 3D character models from Mixamo in FBX format.

Contents

  • Format: FBX (Autodesk Filmbox)
  • Pose: T-Pose
  • Rig: Mixamo auto-rig (compatible with Mixamo animations)
  • Total characters: 108

File Structure

<character_name>.fbx

Usage

from huggingface_hub import hf_hub_download

# Download a specific character
filepath = hf_hub_download(
    repo_id="your-username/mixamo-characters",
    filename="Abe.fbx",
    repo_type="dataset",
)

Or download the entire dataset:

from huggingface_hub import snapshot_download

snapshot_download(
    repo_id="your-username/mixamo-characters",
    repo_type="dataset",
    local_dir="./mixamo-characters",
)

License

These characters are from Mixamo (Adobe). Please refer to Mixamo's terms of use for licensing information. This dataset is provided for educational and research purposes.

Attribution

Downloads last month
286