File size: 1,491 Bytes
cd221ff | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 | ---
license: cc-by-4.0
task_categories:
- video-generation
tags:
- 3d-rendering
- human-object-interaction
- video-to-video
- blender
pretty_name: 3D-To-Video Demo Samples
---
# 3D-To-Video Demo Samples
Sample data for the [3D-To-Video pipeline](https://github.com/kinam0252/3D-To-Video).
## Contents
### OMOMO (InterAct) - 3 sequences
Human-object interaction data with separate SMPLX body and object meshes.
- `sub12_woodchair_005` - Person interacting with a wooden chair
- `sub14_suitcase_010` - Person handling a suitcase
- `sub12_tripod_010` - Person setting up a tripod
Each sequence contains:
- `human.npz` - SMPLX poses, betas, translations, gender
- `object.npz` - Object euler angles, translations, name
- Object meshes in `omomo/objects/{name}/{name}.obj`
### HUMOTO - 2 sequences
Animated humanoid GLB files with integrated human-object interactions.
- `lifting_and_putting_down_dining_chair-368`
- `eating_from_plastic_bowl_with_spoon-596`
Each contains a `.glb` animation file.
## Usage
```bash
# Download via huggingface_hub
python download_data.py
# Or manually
hf download kinam0252/3D-To-Video-samples --repo-type dataset --local-dir data/
```
## Requirements
- SMPLX model files (download from [SMPLX website](https://smpl-x.is.tue.mpg.de/))
- Blender 5.1+ for rendering
- VACE model for V2V conversion
## License
OMOMO data from [InterAct](https://github.com/jiashunwang/InterAct).
HUMOTO data from [HUMOTO dataset](https://humoto.is.tue.mpg.de/).
|