Update README.md
Browse files
README.md
CHANGED
@@ -2,39 +2,41 @@
|
|
2 |
pretty_name: Retargeted Robot Motion Dataset
|
3 |
license: other
|
4 |
tags:
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
dataset_info:
|
11 |
features:
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
splits:
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
download_size:
|
37 |
-
dataset_size:
|
|
|
|
|
38 |
---
|
39 |
|
40 |
# Retargeted Robot Motion Dataset
|
@@ -102,4 +104,4 @@ Each folder contains `.npy` files with motion data retargeted to that specific r
|
|
102 |
## 📄 License
|
103 |
|
104 |
Original motion capture data © Carnegie Mellon University.
|
105 |
-
Retargeted datasets are provided for research purposes under the BSD 3-Clause license.
|
|
|
2 |
pretty_name: Retargeted Robot Motion Dataset
|
3 |
license: other
|
4 |
tags:
|
5 |
+
- robotics
|
6 |
+
- motion-capture
|
7 |
+
- robot-motion
|
8 |
+
- imitation-learning
|
9 |
+
- reinforcement-learning
|
10 |
dataset_info:
|
11 |
features:
|
12 |
+
- name: joints_list
|
13 |
+
dtype: string
|
14 |
+
- name: joint_positions
|
15 |
+
dtype: float32
|
16 |
+
- name: root_position
|
17 |
+
dtype: float32
|
18 |
+
- name: root_quaternion
|
19 |
+
dtype: float32
|
20 |
+
- name: fps
|
21 |
+
dtype: float32
|
22 |
+
- name: duration
|
23 |
+
dtype: float32
|
24 |
+
- name: r_forearm
|
25 |
+
dtype: float32
|
26 |
+
- name: l_forearm
|
27 |
+
dtype: float32
|
28 |
+
- name: r_sole
|
29 |
+
dtype: float32
|
30 |
+
- name: l_sole
|
31 |
+
dtype: float32
|
32 |
splits:
|
33 |
+
- name: train
|
34 |
+
num_bytes: null
|
35 |
+
num_examples: null
|
36 |
+
download_size: null
|
37 |
+
dataset_size: null
|
38 |
+
size_categories:
|
39 |
+
- 100K<n<1M
|
40 |
---
|
41 |
|
42 |
# Retargeted Robot Motion Dataset
|
|
|
104 |
## 📄 License
|
105 |
|
106 |
Original motion capture data © Carnegie Mellon University.
|
107 |
+
Retargeted datasets are provided for research purposes under the BSD 3-Clause license.
|