FrankTudor/mogen3d-synthetic
MoGen3D Synthetic Dataset Download and Extract # Download huggingface-cli download FrankTudor/mogen3d-synthetic synthetic_v2.tar.gz --repo-type dataset --local-dir . # Extract tar -xzvf synthetic_v2.tar.gz Dataset Structure 1000 samples in synthetic_v2/sample_XXXX/ directories Each sample contains: metadata.json - Animation info, bone structure poses_2d.npz - 2D joint positions per frame poses_3d.npz - 3D joint positions per frame frame_XXXX.png… See the full description on the dataset page: https://huggingface.co/datasets/FrankTudor/mogen3d-synthetic.
012
MoGen3D Synthetic Dataset
Download and Extract
# Download
huggingface-cli download FrankTudor/mogen3d-synthetic synthetic_v2.tar.gz --repo-type dataset --local-dir .
# Extract
tar -xzvf synthetic_v2.tar.gzDataset Structure
- 1000 samples in
synthetic_v2/sample_XXXX/directories - Each sample contains:
metadata.json- Animation info, bone structureposes_2d.npz- 2D joint positions per frameposes_3d.npz- 3D joint positions per frameframe_XXXX.png- Rendered frames
