fleaven commited on
Commit
378a57b
·
verified ·
1 Parent(s): 5bdf186

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +122 -107
README.md CHANGED
@@ -1,107 +1,122 @@
1
- # Retargeted AMASS for Robotics
2
-
3
- ## Project Overview
4
-
5
- This project aims to retarget motion data from the AMASS dataset to various robot models and open-source the retargeted data to facilitate research and applications in robotics and human-robot interaction. AMASS (Archive of Motion Capture as Surface Shapes) is a high-quality human motion capture dataset, and the SMPL-X model is a powerful tool for generating realistic human motion data.
6
-
7
- By adapting the motion data from AMASS to different robot models, we hope to provide a more diverse and accessible motion dataset for robot training and human-robot interaction.
8
-
9
- ## Dataset Content
10
-
11
- This open-source project includes the following:
12
- 1. **Retargeted Motions**: Motion files retargeted from AMASS to various robot models.
13
- - **FFTAI FourierN1**:
14
-
15
- The retargeted motions for the FFTAI GRMini1T2 robot are generated based on the official open-source model:
16
-
17
- https://github.com/FFTAI/Wiki-GRx-Models/blob/FourierN1/GRMini1T2/urdf/GRMini1T2_rotor.urdf
18
-
19
- The joint positions is not limited, you should limit them during use.
20
-
21
- data shape:[-1,30]
22
-
23
- ​ 0:3 root world position
24
-
25
- ​ 3:7 root quaternion rotation, order: xyzw
26
-
27
- ​ 7:30 joint positions
28
-
29
- joint order:
30
-
31
- ```txt
32
- left_hip_pitch_joint
33
- left_hip_roll_joint
34
- left_hip_yaw_joint
35
- left_knee_pitch_joint
36
- left_ankle_roll_joint
37
- left_ankle_pitch_joint
38
- right_hip_pitch_joint
39
- right_hip_roll_joint
40
- right_hip_yaw_joint
41
- right_knee_pitch_joint
42
- right_ankle_roll_joint
43
- right_ankle_pitch_joint
44
- waist_yaw_joint
45
- left_shoulder_pitch_joint
46
- left_shoulder_roll_joint
47
- left_shoulder_yaw_joint
48
- left_elbow_pitch_joint
49
- left_wrist_yaw_joint,
50
- right_shoulder_pitch_joint
51
- right_shoulder_roll_joint
52
- right_shoulder_yaw_joint
53
- right_elbow_pitch_joint
54
- right_wrist_yaw_joint
55
- ```
56
-
57
- 2. **Usage Examples**: Code examples and tutorials on how to use the retargeted data.
58
-
59
- ./visualize.py
60
-
61
-
62
- 3. **License Files**: Original license information for each sub-dataset within AMASS.
63
-
64
-
65
- ## License
66
-
67
- The retargeted data in this project is derived from the AMASS dataset and therefore adheres to the original license terms of AMASS. Each sub-dataset within AMASS may have different licenses, so please ensure compliance with the following requirements when using the data:
68
- - **Propagate Original Licenses**: When using or distributing the retargeted data, you must include and comply with the original licenses of the sub-datasets within AMASS.
69
- - **Attribution Requirements**: Properly cite this work and the original authors and sources of the AMASS dataset and its sub-datasets.
70
-
71
- For detailed license information, please refer to the `LICENSE` file in this project.
72
-
73
-
74
-
75
- ## Acknowledgments
76
-
77
- This project is built on the AMASS dataset and the SMPL-X model. Special thanks to the research team at the Max Planck Institute for Intelligent Systems for providing this valuable resource.
78
-
79
- ## Citation
80
-
81
- If you use the data or code from this project, please cite this work and relevant papers for AMASS and SMPL-X:
82
- ```bibtex
83
- @misc{Retargeted_AMASS_R,
84
- title={Retargeted AMASS for Robotics},
85
- author={Kun Zhao},
86
- url={https://huggingface.co/datasets/fleaven/Retargeted_AMASS_for_robotics}
87
- }
88
-
89
- @inproceedings{AMASS2019,
90
- title={AMASS: Archive of Motion Capture as Surface Shapes},
91
- author={Mahmood, Naureen and Ghorbani, Nima and Troje, Nikolaus F. and Pons-Moll, Gerard and Black, Michael J.},
92
- booktitle={International Conference on Computer Vision (ICCV)},
93
- year={2019}
94
- }
95
-
96
- @inproceedings{SMPL-X2019,
97
- title={Expressive Body Capture: 3D Hands, Face, and Body from a Single Image},
98
- author={Pavlakos, Georgios and Choutas, Vasileios and Ghorbani, Nima and Bolkart, Timo and Osman, Ahmed A. A. and Tzionas, Dimitrios and Black, Michael J.},
99
- booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
100
- year={2019}
101
- }
102
- ```
103
-
104
- ## Contact
105
-
106
- For any questions or suggestions, please contact:
107
- - **Kun Zhao**: [email protected]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - robotics
5
+ - reinforcement-learning
6
+ language:
7
+ - en
8
+ tags:
9
+ - AMASS
10
+ - Retarget
11
+ - Robotics
12
+ - Humanoid
13
+ size_categories:
14
+ - 10K<n<100K
15
+ ---
16
+ # Retargeted AMASS for Robotics
17
+
18
+ ## Project Overview
19
+
20
+ This project aims to retarget motion data from the AMASS dataset to various robot models and open-source the retargeted data to facilitate research and applications in robotics and human-robot interaction. AMASS (Archive of Motion Capture as Surface Shapes) is a high-quality human motion capture dataset, and the SMPL-X model is a powerful tool for generating realistic human motion data.
21
+
22
+ By adapting the motion data from AMASS to different robot models, we hope to provide a more diverse and accessible motion dataset for robot training and human-robot interaction.
23
+
24
+ ## Dataset Content
25
+
26
+ This open-source project includes the following:
27
+ 1. **Retargeted Motions**: Motion files retargeted from AMASS to various robot models.
28
+ - **FFTAI FourierN1**:
29
+
30
+ The retargeted motions for the FFTAI GRMini1T2 robot are generated based on the official open-source model:
31
+
32
+ https://github.com/FFTAI/Wiki-GRx-Models/blob/FourierN1/GRMini1T2/urdf/GRMini1T2_rotor.urdf
33
+
34
+ The joint positions is not limited, you should limit them during use.
35
+
36
+ data shape:[-1,30]
37
+
38
+ ​ 0:3 root world position
39
+
40
+ ​ 3:7 root quaternion rotation, order: xyzw
41
+
42
+ ​ 7:30 joint positions
43
+
44
+ joint order:
45
+
46
+ ```txt
47
+ left_hip_pitch_joint
48
+ left_hip_roll_joint
49
+ left_hip_yaw_joint
50
+ left_knee_pitch_joint
51
+ left_ankle_roll_joint
52
+ left_ankle_pitch_joint
53
+ right_hip_pitch_joint
54
+ right_hip_roll_joint
55
+ right_hip_yaw_joint
56
+ right_knee_pitch_joint
57
+ right_ankle_roll_joint
58
+ right_ankle_pitch_joint
59
+ waist_yaw_joint
60
+ left_shoulder_pitch_joint
61
+ left_shoulder_roll_joint
62
+ left_shoulder_yaw_joint
63
+ left_elbow_pitch_joint
64
+ left_wrist_yaw_joint,
65
+ right_shoulder_pitch_joint
66
+ right_shoulder_roll_joint
67
+ right_shoulder_yaw_joint
68
+ right_elbow_pitch_joint
69
+ right_wrist_yaw_joint
70
+ ```
71
+
72
+ 2. **Usage Examples**: Code examples and tutorials on how to use the retargeted data.
73
+
74
+ ./visualize.py
75
+
76
+
77
+ 3. **License Files**: Original license information for each sub-dataset within AMASS.
78
+
79
+
80
+ ## License
81
+
82
+ The retargeted data in this project is derived from the AMASS dataset and therefore adheres to the original license terms of AMASS. Each sub-dataset within AMASS may have different licenses, so please ensure compliance with the following requirements when using the data:
83
+ - **Propagate Original Licenses**: When using or distributing the retargeted data, you must include and comply with the original licenses of the sub-datasets within AMASS.
84
+ - **Attribution Requirements**: Properly cite this work and the original authors and sources of the AMASS dataset and its sub-datasets.
85
+
86
+ For detailed license information, please refer to the `LICENSE` file in this project.
87
+
88
+
89
+
90
+ ## Acknowledgments
91
+
92
+ This project is built on the AMASS dataset and the SMPL-X model. Special thanks to the research team at the Max Planck Institute for Intelligent Systems for providing this valuable resource.
93
+
94
+ ## Citation
95
+
96
+ If you use the data or code from this project, please cite this work and relevant papers for AMASS and SMPL-X:
97
+ ```bibtex
98
+ @misc{Retargeted_AMASS_R,
99
+ title={Retargeted AMASS for Robotics},
100
+ author={Kun Zhao},
101
+ url={https://huggingface.co/datasets/fleaven/Retargeted_AMASS_for_robotics}
102
+ }
103
+
104
+ @inproceedings{AMASS2019,
105
+ title={AMASS: Archive of Motion Capture as Surface Shapes},
106
+ author={Mahmood, Naureen and Ghorbani, Nima and Troje, Nikolaus F. and Pons-Moll, Gerard and Black, Michael J.},
107
+ booktitle={International Conference on Computer Vision (ICCV)},
108
+ year={2019}
109
+ }
110
+
111
+ @inproceedings{SMPL-X2019,
112
+ title={Expressive Body Capture: 3D Hands, Face, and Body from a Single Image},
113
+ author={Pavlakos, Georgios and Choutas, Vasileios and Ghorbani, Nima and Bolkart, Timo and Osman, Ahmed A. A. and Tzionas, Dimitrios and Black, Michael J.},
114
+ booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
115
+ year={2019}
116
+ }
117
+ ```
118
+
119
+ ## Contact
120
+
121
+ For any questions or suggestions, please contact:
122
+ - **Kun Zhao**: [email protected]