CMRobot/MotionDecode
Dataset em destaque no Hugging Face — 8.5 mil downloads. ChingMu 1000-Hour Embodied Motion Dataset High-precision optical motion capture data for humanoid robots, dexterous hands, embodied AI, and virtual pr…
Hugging Face · Datasets
·CMRobot
·
·↓ 8544
·♥ 26
O dataset CMRobot/MotionDecode está entre os destaques do Hugging Face — dados que alimentam o treinamento e a avaliação dos modelos do momento.
Ficha do dataset
- Downloads: 8.5 mil · Curtidas: 26
Sobre o dataset
ChingMu 1000-Hour Embodied Motion Dataset High-precision optical motion capture data for humanoid robots, dexterous hands, embodied AI, and virtual production.
Como carregar
Use a biblioteca datasets do Hugging Face:
pip install -U datasets
from datasets import load_dataset
ds = load_dataset("CMRobot/MotionDecode")
print(ds)
print(ds["train"][0])
// relacionados