robfiras commited on
Commit
e23bc57
·
1 Parent(s): 9e54480

added lafan1 dataset.

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. Lafan1/README.md +8 -0
  2. Lafan1/UNITREE LICENSE +27 -0
  3. Lafan1/mocap/Apollo/dance1_subject1.npz +3 -0
  4. Lafan1/mocap/Apollo/dance1_subject2.npz +3 -0
  5. Lafan1/mocap/Apollo/dance1_subject3.npz +3 -0
  6. Lafan1/mocap/Apollo/dance2_subject1.npz +3 -0
  7. Lafan1/mocap/Apollo/dance2_subject2.npz +3 -0
  8. Lafan1/mocap/Apollo/dance2_subject3.npz +3 -0
  9. Lafan1/mocap/Apollo/dance2_subject4.npz +3 -0
  10. Lafan1/mocap/Apollo/dance2_subject5.npz +3 -0
  11. Lafan1/mocap/Apollo/fallAndGetUp1_subject1.npz +3 -0
  12. Lafan1/mocap/Apollo/fallAndGetUp1_subject4.npz +3 -0
  13. Lafan1/mocap/Apollo/fallAndGetUp1_subject5.npz +3 -0
  14. Lafan1/mocap/Apollo/fallAndGetUp2_subject2.npz +3 -0
  15. Lafan1/mocap/Apollo/fallAndGetUp2_subject3.npz +3 -0
  16. Lafan1/mocap/Apollo/fallAndGetUp3_subject1.npz +3 -0
  17. Lafan1/mocap/Apollo/fight1_subject2.npz +3 -0
  18. Lafan1/mocap/Apollo/fight1_subject3.npz +3 -0
  19. Lafan1/mocap/Apollo/fight1_subject5.npz +3 -0
  20. Lafan1/mocap/Apollo/fightAndSports1_subject1.npz +3 -0
  21. Lafan1/mocap/Apollo/fightAndSports1_subject4.npz +3 -0
  22. Lafan1/mocap/Apollo/jumps1_subject1.npz +3 -0
  23. Lafan1/mocap/Apollo/jumps1_subject2.npz +3 -0
  24. Lafan1/mocap/Apollo/jumps1_subject5.npz +3 -0
  25. Lafan1/mocap/Apollo/run1_subject2.npz +3 -0
  26. Lafan1/mocap/Apollo/run1_subject5.npz +3 -0
  27. Lafan1/mocap/Apollo/run2_subject1.npz +3 -0
  28. Lafan1/mocap/Apollo/run2_subject4.npz +3 -0
  29. Lafan1/mocap/Apollo/sprint1_subject2.npz +3 -0
  30. Lafan1/mocap/Apollo/sprint1_subject4.npz +3 -0
  31. Lafan1/mocap/Apollo/walk1_subject1.npz +3 -0
  32. Lafan1/mocap/Apollo/walk1_subject2.npz +3 -0
  33. Lafan1/mocap/Apollo/walk1_subject5.npz +3 -0
  34. Lafan1/mocap/Apollo/walk2_subject1.npz +3 -0
  35. Lafan1/mocap/Apollo/walk2_subject3.npz +3 -0
  36. Lafan1/mocap/Apollo/walk2_subject4.npz +3 -0
  37. Lafan1/mocap/Apollo/walk3_subject1.npz +3 -0
  38. Lafan1/mocap/Apollo/walk3_subject2.npz +3 -0
  39. Lafan1/mocap/Apollo/walk3_subject3.npz +3 -0
  40. Lafan1/mocap/Apollo/walk3_subject4.npz +3 -0
  41. Lafan1/mocap/Apollo/walk3_subject5.npz +3 -0
  42. Lafan1/mocap/Apollo/walk4_subject1.npz +3 -0
  43. Lafan1/mocap/Atlas/dance1_subject1.npz +3 -0
  44. Lafan1/mocap/Atlas/dance1_subject2.npz +3 -0
  45. Lafan1/mocap/Atlas/dance1_subject3.npz +3 -0
  46. Lafan1/mocap/Atlas/dance2_subject1.npz +3 -0
  47. Lafan1/mocap/Atlas/dance2_subject2.npz +3 -0
  48. Lafan1/mocap/Atlas/dance2_subject3.npz +3 -0
  49. Lafan1/mocap/Atlas/dance2_subject4.npz +3 -0
  50. Lafan1/mocap/Atlas/dance2_subject5.npz +3 -0
Lafan1/README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # LAFAN1 Retargeted Motion Dataset
2
+
3
+ This dataset is derived from the [Unitree LAFAN1 Dataset](https://huggingface.co/datasets/unitreerobotics/LAFAN1_Retargeting_Dataset) and does not originate from the original source.
4
+
5
+ Dataset for the Unitree H1, G1 and H1v2 are not included here. Instead, there are directly pulled from the
6
+ original Unitree repo when using in LocoMuJoCo.
7
+
8
+ > **Please note**: This dataset is distributed under a different license than the original Unitree dataset.
Lafan1/UNITREE LICENSE ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ BSD 3-Clause License
2
+
3
+ Copyright (c) 2016-2024 HangZhou YuShu TECHNOLOGY CO.,LTD. ("Unitree Robotics")
4
+ All rights reserved.
5
+
6
+ Redistribution and use in source and binary forms, with or without
7
+ modification, are permitted provided that the following conditions are met:
8
+
9
+ 1. Redistributions of source code must retain the above copyright notice, this
10
+ list of conditions and the following disclaimer.
11
+ 2. Redistributions in binary form must reproduce the above copyright notice,
12
+ this list of conditions and the following disclaimer in the documentation
13
+ and/or other materials provided with the distribution.
14
+ 3. Neither the name of the copyright holder nor the names of its
15
+ contributors may be used to endorse or promote products derived from
16
+ this software without specific prior written permission.
17
+
18
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
22
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
24
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
25
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
26
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Lafan1/mocap/Apollo/dance1_subject1.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7f650993e9c78f194aec5a74a7ad81dc3ce8e2603ecaba317fb493cf1519145
3
+ size 1628140
Lafan1/mocap/Apollo/dance1_subject2.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3acd6464744c55ca8349bc563e2c38054c3bcfbc35f542b3ca84699ced185837
3
+ size 1628140
Lafan1/mocap/Apollo/dance1_subject3.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:729e72c77db5f24adb84996769f72aa792c2329a3763c7984528bffa55ac5b9a
3
+ size 1628140
Lafan1/mocap/Apollo/dance2_subject1.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2263279110e48b11df210b338c069d8a04c57b1cc6332ec29f4115478fd63dd6
3
+ size 2788684
Lafan1/mocap/Apollo/dance2_subject2.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b5ce72555eea0631fd4948bb61a951b837145cdc92c6c0e0bde6e904b4edefa
3
+ size 2788684
Lafan1/mocap/Apollo/dance2_subject3.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7ffef705c4892c916f520da591caa11834e2406b7f998f7120b3c8c887d1eed
3
+ size 2788684
Lafan1/mocap/Apollo/dance2_subject4.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4eafeb24bbc3e777eee0c5a203089c9b8844a23653e426d99eab20fdfd8b9a8
3
+ size 2788684
Lafan1/mocap/Apollo/dance2_subject5.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7dfd593d750c91008c373454356b41545d15a14d094372b52caa9ff4d5b355b
3
+ size 2788684
Lafan1/mocap/Apollo/fallAndGetUp1_subject1.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9fbcb20e882fa45634da24387a5acd74d6689c9a6078081d7c4c374d0913a85
3
+ size 2080900
Lafan1/mocap/Apollo/fallAndGetUp1_subject4.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b938218f472562e749ea174adc0593bce470a8d58c7296cffffecae768526a12
3
+ size 2080900
Lafan1/mocap/Apollo/fallAndGetUp1_subject5.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd1d0f717c0f46a242cf3fa5ab1192906bbc1e5c27f392f461b1599e0a57d07f
3
+ size 2080900
Lafan1/mocap/Apollo/fallAndGetUp2_subject2.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef032a797dec429db0d35a1773d31b202298467983bf959cc9c1f9f4b603a907
3
+ size 2027924
Lafan1/mocap/Apollo/fallAndGetUp2_subject3.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:192d4a03c34700695b69dd4e847592fb3f6cf9ae224dfecee46c77bb08408f1d
3
+ size 2027924
Lafan1/mocap/Apollo/fallAndGetUp3_subject1.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04bcfca503572741f94c4c8fd70a8b4634c541c4002642beb7a1fc6353cdb665
3
+ size 1267164
Lafan1/mocap/Apollo/fight1_subject2.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e09c685bfa07e7295bd81e454e900b77911c95adfdf1f2cfba71cbd0660ee87
3
+ size 3025228
Lafan1/mocap/Apollo/fight1_subject3.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:506a0ffa31768cf20eb1b3b822cd21cc6e7fe3de51779585caf005e71000c72b
3
+ size 3025228
Lafan1/mocap/Apollo/fight1_subject5.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1efd97aaa951b8097449d3b32fe0f98e88bb994ce876909acf379cb9939aa6a6
3
+ size 3025228
Lafan1/mocap/Apollo/fightAndSports1_subject1.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4d61d4d96ed1f70060724715e775292598d36d945e2f8f91285fb022ccaaf3e
3
+ size 3028616
Lafan1/mocap/Apollo/fightAndSports1_subject4.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23122dca484409ba81890f686ba0e8bf1e3f427b4a3ad5a2f6a7b4672c715908
3
+ size 3028616
Lafan1/mocap/Apollo/jumps1_subject1.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc51deca314ec4ba2f4f1e5ddde99d63e80ba081b6184a1e041da2aa188e2cdf
3
+ size 3019992
Lafan1/mocap/Apollo/jumps1_subject2.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da5ae79c789223081e703beb2fd53f23fc5f8f059c79c28268688773c5f7c09e
3
+ size 3019992
Lafan1/mocap/Apollo/jumps1_subject5.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8c37598717dd6dde32a549a85221cb73651822357cc45a0fe927baf361f710d
3
+ size 3019992
Lafan1/mocap/Apollo/run1_subject2.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e2225c48f514529999564b73d0df2835fd8f90035540b76c607d77449b2ca3e
3
+ size 2938372
Lafan1/mocap/Apollo/run1_subject5.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e6f8b4b9c014224d941179c0d05abe9a64282825bcf59c382dd0bdb70b7bd68
3
+ size 2938372
Lafan1/mocap/Apollo/run2_subject1.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d97253c8275031f89aa242588c8e1a2e108ecd05d61b0fa461e3196276531a0
3
+ size 3024612
Lafan1/mocap/Apollo/run2_subject4.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c655817196762be91b6223794dd15cf1a35d9fa419831b5be27348e729add2d
3
+ size 3024612
Lafan1/mocap/Apollo/sprint1_subject2.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e41e6505e520d0af3d17b8d31d9bc7d2a320f576301c552f6fff225568f67069
3
+ size 3373268
Lafan1/mocap/Apollo/sprint1_subject4.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41622431bd5f016a4bdd0945668a900dfa632441643153bfb8eb3fbbbfbbe5fa
3
+ size 3373268
Lafan1/mocap/Apollo/walk1_subject1.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15bfbed8710b4231d49d59f1164360ec408280fe21d75796ea5c94b076c90e9a
3
+ size 3227892
Lafan1/mocap/Apollo/walk1_subject2.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9234179eac31273734aa92657c7ff997a5da2bbe796c5c11b662da9a5e320d0c
3
+ size 3227892
Lafan1/mocap/Apollo/walk1_subject5.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30427c9a148c13abdbc75d45373cad34718283880bb61c9d0c6fe9152fb0a70a
3
+ size 3227892
Lafan1/mocap/Apollo/walk2_subject1.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6f22442727b1bb7972b647b117feb938639c5e0ca90fa843248b30237bb3c59
3
+ size 2942684
Lafan1/mocap/Apollo/walk2_subject3.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2574c7eb40ecb04a063a82a1f8dc70efba104d711542ff2f181692f7b0f67270
3
+ size 2942684
Lafan1/mocap/Apollo/walk2_subject4.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69ef9a53e34e507b6326978c6c49760da791fdb0325018a4d11d638930aa27ab
3
+ size 2942684
Lafan1/mocap/Apollo/walk3_subject1.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:447cc0248d9b077770ff109a672cccc63b51e66171c5373271dfe219de730f59
3
+ size 3046788
Lafan1/mocap/Apollo/walk3_subject2.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a3a86c57fdf7e9438e1233d74be474d6b167fff7cc33ac0fee30c26cc7da4a5
3
+ size 3046788
Lafan1/mocap/Apollo/walk3_subject3.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ce2d7df079a60ea614891f0a8b25f08c7a287e1b3285555cddfefa813e4b310
3
+ size 3046788
Lafan1/mocap/Apollo/walk3_subject4.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d9c16c825793b49d9aa07db2c154bf17941c4705144ee966f91f9764aa6791c
3
+ size 3046788
Lafan1/mocap/Apollo/walk3_subject5.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea74bd95d4ca534ae75a793471a2d371bbee28350ff341f115bc923fb2942cd6
3
+ size 3046788
Lafan1/mocap/Apollo/walk4_subject1.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0e4ec3ddb932857aa83020779394b8f57819b594cf4128ad710ee4218c04d8f
3
+ size 2027924
Lafan1/mocap/Atlas/dance1_subject1.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4aa8eda8473d7962eb392c3f4a03150e3ee704d20b40ae68fa445937ae44a570
3
+ size 1417884
Lafan1/mocap/Atlas/dance1_subject2.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41a82673d19a1700d8761de8162f89d8c59b2c5ebda7bf6933993875d3d2ecd0
3
+ size 1417884
Lafan1/mocap/Atlas/dance1_subject3.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4aab2cd74a7f0220e4e538153027b4d008c3551263268be822fe15e47f338f3
3
+ size 1417884
Lafan1/mocap/Atlas/dance2_subject1.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:051b86bb318f088fcafb91d7468949c8d805641b8dd0e0f5b35b282308ee77f8
3
+ size 2427708
Lafan1/mocap/Atlas/dance2_subject2.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac59cfb766fea30c82807ed2510929e37ab8eba9611df9638f5ed791b3525b0b
3
+ size 2427708
Lafan1/mocap/Atlas/dance2_subject3.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa60700b3f48d8412f56b9a5d55ee8c70deb16652af3f94f344fc856ce256456
3
+ size 2427708
Lafan1/mocap/Atlas/dance2_subject4.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cbccfc6f6c025bd04056bed7c4b4a449fafec865717051c7ce7da3451aefc8f
3
+ size 2427708
Lafan1/mocap/Atlas/dance2_subject5.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83efcf214e7576f8f50cc13b439c35bef5cfa347e38aa4b69b47292222958dc6
3
+ size 2427708