Upload folder using huggingface_hub
Browse files- .gitattributes +4 -0
- README.md +54 -0
- humoto/eating_from_plastic_bowl_with_spoon-596/eating_from_plastic_bowl_with_spoon-596.fbx +3 -0
- humoto/eating_from_plastic_bowl_with_spoon-596/eating_from_plastic_bowl_with_spoon-596.glb +3 -0
- humoto/eating_from_plastic_bowl_with_spoon-596/eating_from_plastic_bowl_with_spoon-5960080.png +3 -0
- humoto/lifting_and_putting_down_dining_chair-368/lifting_and_putting_down_dining_chair-368.fbx +3 -0
- humoto/lifting_and_putting_down_dining_chair-368/lifting_and_putting_down_dining_chair-368.glb +3 -0
- humoto/lifting_and_putting_down_dining_chair-368/lifting_and_putting_down_dining_chair-3680080.png +3 -0
- omomo/objects/suitcase/sample_points.npy +3 -0
- omomo/objects/suitcase/suitcase.obj +0 -0
- omomo/objects/tripod/sample_points.npy +3 -0
- omomo/objects/tripod/tripod.obj +0 -0
- omomo/objects/woodchair/sample_points.npy +3 -0
- omomo/objects/woodchair/woodchair.obj +0 -0
- omomo/sequences_canonical/sub12_tripod_010/action.npy +3 -0
- omomo/sequences_canonical/sub12_tripod_010/action.txt +1 -0
- omomo/sequences_canonical/sub12_tripod_010/human.npz +3 -0
- omomo/sequences_canonical/sub12_tripod_010/motion.npy +3 -0
- omomo/sequences_canonical/sub12_tripod_010/object.npz +3 -0
- omomo/sequences_canonical/sub12_tripod_010/text.txt +1 -0
- omomo/sequences_canonical/sub12_woodchair_005/action.npy +3 -0
- omomo/sequences_canonical/sub12_woodchair_005/action.txt +1 -0
- omomo/sequences_canonical/sub12_woodchair_005/human.npz +3 -0
- omomo/sequences_canonical/sub12_woodchair_005/motion.npy +3 -0
- omomo/sequences_canonical/sub12_woodchair_005/object.npz +3 -0
- omomo/sequences_canonical/sub12_woodchair_005/text.txt +1 -0
- omomo/sequences_canonical/sub14_suitcase_010/action.npy +3 -0
- omomo/sequences_canonical/sub14_suitcase_010/action.txt +1 -0
- omomo/sequences_canonical/sub14_suitcase_010/human.npz +3 -0
- omomo/sequences_canonical/sub14_suitcase_010/motion.npy +3 -0
- omomo/sequences_canonical/sub14_suitcase_010/object.npz +3 -0
- omomo/sequences_canonical/sub14_suitcase_010/text.txt +1 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
humoto/eating_from_plastic_bowl_with_spoon-596/eating_from_plastic_bowl_with_spoon-596.fbx filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
humoto/eating_from_plastic_bowl_with_spoon-596/eating_from_plastic_bowl_with_spoon-596.glb filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
humoto/lifting_and_putting_down_dining_chair-368/lifting_and_putting_down_dining_chair-368.fbx filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
humoto/lifting_and_putting_down_dining_chair-368/lifting_and_putting_down_dining_chair-368.glb filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- video-generation
|
| 5 |
+
tags:
|
| 6 |
+
- 3d-rendering
|
| 7 |
+
- human-object-interaction
|
| 8 |
+
- video-to-video
|
| 9 |
+
- blender
|
| 10 |
+
pretty_name: 3D-To-Video Demo Samples
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# 3D-To-Video Demo Samples
|
| 14 |
+
|
| 15 |
+
Sample data for the [3D-To-Video pipeline](https://github.com/kinam0252/3D-To-Video).
|
| 16 |
+
|
| 17 |
+
## Contents
|
| 18 |
+
|
| 19 |
+
### OMOMO (InterAct) - 3 sequences
|
| 20 |
+
Human-object interaction data with separate SMPLX body and object meshes.
|
| 21 |
+
- `sub12_woodchair_005` - Person interacting with a wooden chair
|
| 22 |
+
- `sub14_suitcase_010` - Person handling a suitcase
|
| 23 |
+
- `sub12_tripod_010` - Person setting up a tripod
|
| 24 |
+
|
| 25 |
+
Each sequence contains:
|
| 26 |
+
- `human.npz` - SMPLX poses, betas, translations, gender
|
| 27 |
+
- `object.npz` - Object euler angles, translations, name
|
| 28 |
+
- Object meshes in `omomo/objects/{name}/{name}.obj`
|
| 29 |
+
|
| 30 |
+
### HUMOTO - 2 sequences
|
| 31 |
+
Animated humanoid GLB files with integrated human-object interactions.
|
| 32 |
+
- `lifting_and_putting_down_dining_chair-368`
|
| 33 |
+
- `eating_from_plastic_bowl_with_spoon-596`
|
| 34 |
+
|
| 35 |
+
Each contains a `.glb` animation file.
|
| 36 |
+
|
| 37 |
+
## Usage
|
| 38 |
+
|
| 39 |
+
```bash
|
| 40 |
+
# Download via huggingface_hub
|
| 41 |
+
python download_data.py
|
| 42 |
+
|
| 43 |
+
# Or manually
|
| 44 |
+
hf download kinam0252/3D-To-Video-samples --repo-type dataset --local-dir data/
|
| 45 |
+
```
|
| 46 |
+
|
| 47 |
+
## Requirements
|
| 48 |
+
- SMPLX model files (download from [SMPLX website](https://smpl-x.is.tue.mpg.de/))
|
| 49 |
+
- Blender 5.1+ for rendering
|
| 50 |
+
- VACE model for V2V conversion
|
| 51 |
+
|
| 52 |
+
## License
|
| 53 |
+
OMOMO data from [InterAct](https://github.com/jiashunwang/InterAct).
|
| 54 |
+
HUMOTO data from [HUMOTO dataset](https://humoto.is.tue.mpg.de/).
|
humoto/eating_from_plastic_bowl_with_spoon-596/eating_from_plastic_bowl_with_spoon-596.fbx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:492d052f6de601b377925ffbb717fd2c22e80eb6ca576417a386389a8597ab67
|
| 3 |
+
size 2788972
|
humoto/eating_from_plastic_bowl_with_spoon-596/eating_from_plastic_bowl_with_spoon-596.glb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d78f18d2f1e7d78c94ba164e995e7d6a5b9e0253e83521c7d0d1f85c1127a942
|
| 3 |
+
size 2185596
|
humoto/eating_from_plastic_bowl_with_spoon-596/eating_from_plastic_bowl_with_spoon-5960080.png
ADDED
|
Git LFS Details
|
humoto/lifting_and_putting_down_dining_chair-368/lifting_and_putting_down_dining_chair-368.fbx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:03dcd741ac6419d87917e300ca66aa74c90926ce76267fe600e449fb06171d36
|
| 3 |
+
size 2641436
|
humoto/lifting_and_putting_down_dining_chair-368/lifting_and_putting_down_dining_chair-368.glb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a5d9a0a39e4fa8e596e433715833a276c39388817d815541811a0a0dd94dab43
|
| 3 |
+
size 1288040
|
humoto/lifting_and_putting_down_dining_chair-368/lifting_and_putting_down_dining_chair-3680080.png
ADDED
|
Git LFS Details
|
omomo/objects/suitcase/sample_points.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45a62ab6246a3ee22db6cbbfe2cf38f96f56ed344c3ca39e1ff3c19376d54a46
|
| 3 |
+
size 8288
|
omomo/objects/suitcase/suitcase.obj
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
omomo/objects/tripod/sample_points.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f8ab362d4ca13a73782b8331e85b194aa5e3103d9d421c99e87cd9e36543408
|
| 3 |
+
size 8288
|
omomo/objects/tripod/tripod.obj
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
omomo/objects/woodchair/sample_points.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60fbd60384d3b6567b6f4170517197753212277209da4d9cdbc1dfc130d9c752
|
| 3 |
+
size 8288
|
omomo/objects/woodchair/woodchair.obj
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
omomo/sequences_canonical/sub12_tripod_010/action.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4a1f6fabe2c39362583ea8daf50f631e6ace657b3b082b26b8dd524a4822168
|
| 3 |
+
size 58
|
omomo/sequences_canonical/sub12_tripod_010/action.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Lift the tripod, move the tripod, and put down the tripod.
|
omomo/sequences_canonical/sub12_tripod_010/human.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:110a2f1b85fec71b835ade37350d28506e91f03a8312e358d279291872597593
|
| 3 |
+
size 205864
|
omomo/sequences_canonical/sub12_tripod_010/motion.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d43adbfecc0bc731fa1657d656cf65642141d2ac17cc59ba8f2515ca5ca4c3d8
|
| 3 |
+
size 1239184
|
omomo/sequences_canonical/sub12_tripod_010/object.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e88bf23a40e95255f6dfe1c4f9b6dade66f6612fb962dc610c3a5ddabbf8fa4
|
| 3 |
+
size 8500
|
omomo/sequences_canonical/sub12_tripod_010/text.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Lift the tripod, move the tripod, and put down the tripod.#lift/VERB the/DET tripod/NOUN move/VERB the/DET tripod/NOUN and/CCONJ put/VERB down/ADP the/DET tripod/NOUN#0.0#0.0
|
omomo/sequences_canonical/sub12_woodchair_005/action.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5195be41347ced6e155fda307e309f45cae8e5a3e39d1b3d4372055677ace99b
|
| 3 |
+
size 85
|
omomo/sequences_canonical/sub12_woodchair_005/action.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Put your hand on the back of the woodchair, pull the woodchair, and set it back down.
|
omomo/sequences_canonical/sub12_woodchair_005/human.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee668110478feac979203e35a77423a5ed780dfcc788c2bd7ecef386bd648e12
|
| 3 |
+
size 336880
|
omomo/sequences_canonical/sub12_woodchair_005/motion.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a808b56b55b40e370be23baf3e2c6a70e37842163b2d92623368fb11049435da
|
| 3 |
+
size 2031872
|
omomo/sequences_canonical/sub12_woodchair_005/object.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9e0091a75e14a47c2195d3a98948a6dfe86c178283cf4719aaed6abf2b2c759
|
| 3 |
+
size 13456
|
omomo/sequences_canonical/sub12_woodchair_005/text.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Put your hand on the back of the woodchair, pull the woodchair, and set it back down.#put/VERB your/PRON hand/NOUN on/ADP the/DET back/NOUN of/ADP the/DET woodchair/NOUN pull/VERB the/DET woodchair/NOUN and/CCONJ set/VERB it/PRON back/ADV down/ADV#0.0#0.0
|
omomo/sequences_canonical/sub14_suitcase_010/action.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:913844145b858af840033d8694867a45f228628fd3d0c73673ac87729d430de3
|
| 3 |
+
size 64
|
omomo/sequences_canonical/sub14_suitcase_010/action.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Lift the suitcase, move the suitcase, and put down the suitcase.
|
omomo/sequences_canonical/sub14_suitcase_010/human.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aca0b48534ea2df816193c86efd093c4a70924d13aa906264359bb4918e3bd60
|
| 3 |
+
size 204592
|
omomo/sequences_canonical/sub14_suitcase_010/motion.npy
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95a925ce8f4293c7be2db79852456107b8ecbccb7a4276d75e47452d2d680be5
|
| 3 |
+
size 1231488
|
omomo/sequences_canonical/sub14_suitcase_010/object.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c1064dc13f34c36ff33e6fac630a2c69023f88dc640989d10a029190105225d
|
| 3 |
+
size 8460
|
omomo/sequences_canonical/sub14_suitcase_010/text.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Lift the suitcase, move the suitcase, and put down the suitcase.#lift/VERB the/DET suitcase/NOUN move/VERB the/DET suitcase/NOUN and/CCONJ put/VERB down/ADP the/DET suitcase/NOUN#0.0#0.0
|