GiulioRomualdi commited on
Commit
a1125ef
·
verified ·
1 Parent(s): 6b06c3a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -31
README.md CHANGED
@@ -2,39 +2,41 @@
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: ~
35
- num_examples: ~
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.