Dataset Viewer
The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
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
- Source: Mixamo
- Downloads last month
- 226