ZeyuLing commited on
Commit
74beeb9
·
verified ·
1 Parent(s): bf1edf0

Add files using upload-large-folder tool

Browse files
Files changed (48) hide show
  1. README.md +8 -0
  2. motionfix_all.json +0 -0
  3. motionfix_test.json +0 -0
  4. motionfix_train.json +0 -0
  5. motionfix_train_val.json +0 -0
  6. motionfix_val.json +0 -0
  7. smplh_52/train/002500_002999/002517_source.npz +3 -0
  8. smplh_52/train/002500_002999/002523_source.npz +3 -0
  9. smplh_52/train/002500_002999/002551_source.npz +3 -0
  10. smplh_52/train/002500_002999/002582_source.npz +3 -0
  11. smplh_52/train/002500_002999/002626_target.npz +3 -0
  12. smplh_52/train/002500_002999/002681_source.npz +3 -0
  13. smplh_52/train/002500_002999/002684_source.npz +3 -0
  14. smplh_52/train/002500_002999/002686_source.npz +3 -0
  15. smplh_52/train/002500_002999/002726_target.npz +3 -0
  16. smplh_52/train/002500_002999/002732_source.npz +3 -0
  17. smplh_52/train/002500_002999/002756_source.npz +3 -0
  18. smplh_52/train/002500_002999/002757_target.npz +3 -0
  19. smplh_52/train/002500_002999/002760_target.npz +3 -0
  20. smplh_52/train/002500_002999/002763_source.npz +3 -0
  21. smplh_52/train/002500_002999/002763_target.npz +3 -0
  22. smplh_52/train/002500_002999/002764_source.npz +3 -0
  23. smplh_52/train/002500_002999/002766_target.npz +3 -0
  24. smplh_52/train/002500_002999/002777_target.npz +3 -0
  25. smplh_52/train/002500_002999/002782_target.npz +3 -0
  26. smplh_52/train/002500_002999/002789_target.npz +3 -0
  27. smplh_52/train/002500_002999/002791_target.npz +3 -0
  28. smplh_52/train/002500_002999/002811_source.npz +3 -0
  29. smplh_52/train/002500_002999/002825_target.npz +3 -0
  30. smplh_52/train/002500_002999/002834_target.npz +3 -0
  31. smplh_52/train/002500_002999/002853_target.npz +3 -0
  32. smplh_52/train/002500_002999/002858_source.npz +3 -0
  33. smplh_52/train/002500_002999/002859_target.npz +3 -0
  34. smplh_52/train/002500_002999/002863_target.npz +3 -0
  35. smplh_52/train/002500_002999/002882_source.npz +3 -0
  36. smplh_52/train/002500_002999/002893_source.npz +3 -0
  37. smplh_52/train/002500_002999/002897_source.npz +3 -0
  38. smplh_52/train/002500_002999/002909_source.npz +3 -0
  39. smplh_52/train/002500_002999/002914_source.npz +3 -0
  40. smplh_52/train/002500_002999/002914_target.npz +3 -0
  41. smplh_52/train/002500_002999/002926_target.npz +3 -0
  42. smplh_52/train/002500_002999/002928_target.npz +3 -0
  43. smplh_52/train/002500_002999/002936_target.npz +3 -0
  44. smplh_52/train/002500_002999/002939_target.npz +3 -0
  45. smplh_52/train/002500_002999/002942_target.npz +3 -0
  46. smplh_52/train/002500_002999/002960_source.npz +3 -0
  47. smplh_52/train/002500_002999/002980_source.npz +3 -0
  48. smplh_52/train/002500_002999/002983_source.npz +3 -0
README.md CHANGED
@@ -25,10 +25,16 @@ Please also follow the license and terms of the original MotionFix dataset.
25
  MotionFix/
26
  ├── smplh_52/
27
  │ ├── train/
 
 
 
28
  │ ├── val/
29
  │ └── test/
30
  ├── pairs/
31
  │ ├── train/
 
 
 
32
  │ ├── val/
33
  │ └── test/
34
  ├── motionfix_train.json
@@ -51,6 +57,8 @@ MotionFix/
51
  | all | 8,073 | 892,376 | 8.263 |
52
 
53
  Each pair has one source motion and one target motion. The `smplh_52/` directory therefore contains 16,146 `.npz` files.
 
 
54
 
55
  ## Annotation Fields
56
 
 
25
  MotionFix/
26
  ├── smplh_52/
27
  │ ├── train/
28
+ │ │ ├── 000000_000499/
29
+ │ │ ├── 000500_000999/
30
+ │ │ └── ...
31
  │ ├── val/
32
  │ └── test/
33
  ├── pairs/
34
  │ ├── train/
35
+ │ │ ├── 000000_000499/
36
+ │ │ ├── 000500_000999/
37
+ │ │ └── ...
38
  │ ├── val/
39
  │ └── test/
40
  ├── motionfix_train.json
 
57
  | all | 8,073 | 892,376 | 8.263 |
58
 
59
  Each pair has one source motion and one target motion. The `smplh_52/` directory therefore contains 16,146 `.npz` files.
60
+ Files are sharded by pair id ranges so that no directory exceeds Hugging Face's file-count limit.
61
+ For example, pair `000000` stores its motions under `smplh_52/train/000000_000499/` and metadata under `pairs/train/000000_000499/`.
62
 
63
  ## Annotation Fields
64
 
motionfix_all.json CHANGED
The diff for this file is too large to render. See raw diff
 
motionfix_test.json CHANGED
The diff for this file is too large to render. See raw diff
 
motionfix_train.json CHANGED
The diff for this file is too large to render. See raw diff
 
motionfix_train_val.json CHANGED
The diff for this file is too large to render. See raw diff
 
motionfix_val.json CHANGED
The diff for this file is too large to render. See raw diff
 
smplh_52/train/002500_002999/002517_source.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bd7f5cf86fba88f92b2b14bc55671874667410e309697d9f775ea7e82de3549
3
+ size 161920
smplh_52/train/002500_002999/002523_source.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8ef10659cd0e4cf906eecb57137b5901987cb8a241c1349d516e7dec87b5c49
3
+ size 122560
smplh_52/train/002500_002999/002551_source.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dbe0d3e787841be63f50e258fd4bd3cc1ca74317c4b7d0b218238f482f047d0
3
+ size 161920
smplh_52/train/002500_002999/002582_source.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f2107db279559a5dd4e932d470a31805266af5336336df8b74deb907bc0f4a9
3
+ size 161920
smplh_52/train/002500_002999/002626_target.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:716cf5b827889bc1d0555e2e4f37a0964e7d854506959ad04b2cc306175c56f5
3
+ size 122560
smplh_52/train/002500_002999/002681_source.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:607698f2408eaff960a078a09e7ac53b0ce910d8d83b2deaa46224698c211d2e
3
+ size 161920
smplh_52/train/002500_002999/002684_source.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c78acf644e83f6fd5d8aa42e2378ae74386d1113d078395feed62834e666547f
3
+ size 161920
smplh_52/train/002500_002999/002686_source.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eda55175195d4dd29d090d96161d6a82eb89cf83f60ba1d4bccdc7119dbbe060
3
+ size 122560
smplh_52/train/002500_002999/002726_target.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30cd94878a465a864e1b085b8b6f1126e99263ac12f615be66bd4f656d19e3ad
3
+ size 161920
smplh_52/train/002500_002999/002732_source.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2302f9334acc9cc94082b214e3a02223bee64b5381e508c98bad1068dc8d31e
3
+ size 161920
smplh_52/train/002500_002999/002756_source.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf2d787604c6b30093aeae24b375d80c343f28ba2baf8eb47bc76cd1d6e65dcb
3
+ size 161920
smplh_52/train/002500_002999/002757_target.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81c45a321ee671b4d1191c2126a50f9090042391619bfa6b1d5ca287afdfbf9d
3
+ size 122560
smplh_52/train/002500_002999/002760_target.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cdf9a23326c50477fd1719379791df7704218366b01eb87411c9c65526f6eea
3
+ size 122560
smplh_52/train/002500_002999/002763_source.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37f73b309c8447862660632b25a803ac8541ba9c90ebba5fa0ec3806eefff7e5
3
+ size 122560
smplh_52/train/002500_002999/002763_target.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17c68f3de3de5ccf18b520cfe9712501832d2ffc69c0ac3c5b849ea3d5c3a9c8
3
+ size 122560
smplh_52/train/002500_002999/002764_source.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:759f09f31c2b7f9f8948e4efd28b2fec7cab4582bc0d1c24befa6a1cd419a298
3
+ size 122560
smplh_52/train/002500_002999/002766_target.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90885c617caf0fbf2cd14fdeedbc21bb39dd4c9ce0031d4a7e3aad1a2577eb55
3
+ size 161920
smplh_52/train/002500_002999/002777_target.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5810bf98cee53aa57c244dabc13d42cd96b28e102a51927db02a926ef7c9b39d
3
+ size 122560
smplh_52/train/002500_002999/002782_target.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d79362f7139acd680f91fc37ca2f8af8f47fd9d1484beff7745683c09c7d49d2
3
+ size 122560
smplh_52/train/002500_002999/002789_target.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7adde0fc5dedc36a5fbaf847ceb9ba448d32e6d58055e128e49e2a306f420169
3
+ size 122560
smplh_52/train/002500_002999/002791_target.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88667ff876c24deb5ec4c77d3b4283f598054adce776fcbedc1394bcc9e2bee1
3
+ size 161920
smplh_52/train/002500_002999/002811_source.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0924cb81d675103b18a524aa6c10e246a1be72b9b676a48dcffbd0fc778231be
3
+ size 161920
smplh_52/train/002500_002999/002825_target.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b73175fc229ec53e3e53ffd3356712e0ce3e576678c1c66ded89b4dd3153957
3
+ size 161920
smplh_52/train/002500_002999/002834_target.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5ea25cbc8dd6ceed94db8f92abae4cd2a81326c7e841d65d27907a4eef7c1ff
3
+ size 161920
smplh_52/train/002500_002999/002853_target.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbd3009886312abdedb92ee4ddefa4bda9e714d74d8bd3d3833583f170a8932b
3
+ size 161920
smplh_52/train/002500_002999/002858_source.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de08bcd39555c10d78342f7ec45ff73957953343a3d5f9d2238b10c665f66898
3
+ size 161920
smplh_52/train/002500_002999/002859_target.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:add3c5216e44f8e25eb5e73a1b59aab0509b8be1468cd90d7d8cd21cfe8195fd
3
+ size 161920
smplh_52/train/002500_002999/002863_target.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff5fe08321a460ecc00b815528f4ee0139d938a28ac8e76bcccbf24021b7f1f3
3
+ size 161920
smplh_52/train/002500_002999/002882_source.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72d04f256c2134c32e3b0d2f7a2c2b33b7f1971fa9823dd3c73bf1a14ffd1070
3
+ size 161920
smplh_52/train/002500_002999/002893_source.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ed68c8950c028e258462ed958a65971346c2b798e4f8cc864eddcdac08f76c4
3
+ size 122560
smplh_52/train/002500_002999/002897_source.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b8cc6bf39f928f2020ffb80969ea2ef09def95da5334ac078aa1bfb39d157c6
3
+ size 161920
smplh_52/train/002500_002999/002909_source.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98611ed227eb6fa59d822c5a578f2449c05e5f1483f0d4162a09eeff3be2bd98
3
+ size 122560
smplh_52/train/002500_002999/002914_source.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cab7a76639248062bb8b1fa9e537af715a1ff9c7a8870806966e2f71fde5a9f5
3
+ size 122560
smplh_52/train/002500_002999/002914_target.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc337e109a8a46662524d500af237fe8119b1f34d2d2f9f3d5be64e9edfea13b
3
+ size 122560
smplh_52/train/002500_002999/002926_target.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd2ddf9297f23588c4be265f7e636a0ed23b9cd9817d169bd24215b552fa0fbc
3
+ size 161920
smplh_52/train/002500_002999/002928_target.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b1e34421c819d018a7e7675b43133b5b15eb06becddd00db62729e3a0693ffd
3
+ size 161920
smplh_52/train/002500_002999/002936_target.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35113e1516ac233f5476724cd0ac72a0b21a3cf42d7964518f90f8d3002ca01f
3
+ size 122560
smplh_52/train/002500_002999/002939_target.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08dde0eb8354e5e99442db8d9a8acd7326e4a1f4f4ded484ca74ff8fb465babf
3
+ size 161920
smplh_52/train/002500_002999/002942_target.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:901ad4ded25eabee0f2a25aad347221827dcd8b10ba56058682dc7d6c7b08e8d
3
+ size 122560
smplh_52/train/002500_002999/002960_source.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:177eeaf3495e3d84800e4d35586ac3dcbcf35f914da407838e5b56ab38f28cec
3
+ size 122560
smplh_52/train/002500_002999/002980_source.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abbb8a87e2b78d04f806b6b52b246222ec569cf1105e9f90ce57de6fef599300
3
+ size 161920
smplh_52/train/002500_002999/002983_source.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:065dba6ac81fbd984ae33e114a61b1e7546272f3eece76ba1b6c097f516a4472
3
+ size 122560