aliberts HF staff commited on
Commit
3413fa4
1 Parent(s): 0634728

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +147 -1
README.md CHANGED
@@ -3,6 +3,152 @@ task_categories:
3
  - robotics
4
  tags:
5
  - LeRobot
 
6
  ---
7
- This dataset was created using [🤗 LeRobot](https://github.com/huggingface/lerobot).
8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  - robotics
4
  tags:
5
  - LeRobot
6
+ - aloha
7
  ---
8
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
9
 
10
+ [meta/info.json](meta/info.json)
11
+ ```json
12
+ {
13
+ "codebase_version": "v2.0",
14
+ "data_path": "data/train-{episode_index:05d}-of-{total_episodes:05d}.parquet",
15
+ "robot_type": "aloha",
16
+ "total_episodes": 50,
17
+ "total_frames": 75000,
18
+ "total_tasks": 1,
19
+ "fps": 50,
20
+ "splits": {
21
+ "train": "0:50"
22
+ },
23
+ "keys": [
24
+ "observation.state",
25
+ "observation.effort",
26
+ "action"
27
+ ],
28
+ "video_keys": [
29
+ "observation.images.cam_high",
30
+ "observation.images.cam_left_wrist",
31
+ "observation.images.cam_low",
32
+ "observation.images.cam_right_wrist"
33
+ ],
34
+ "image_keys": [],
35
+ "shapes": {
36
+ "observation.state": 14,
37
+ "observation.effort": 14,
38
+ "action": 14,
39
+ "observation.images.cam_high": {
40
+ "width": 640,
41
+ "height": 480,
42
+ "channels": 3
43
+ },
44
+ "observation.images.cam_left_wrist": {
45
+ "width": 640,
46
+ "height": 480,
47
+ "channels": 3
48
+ },
49
+ "observation.images.cam_low": {
50
+ "width": 640,
51
+ "height": 480,
52
+ "channels": 3
53
+ },
54
+ "observation.images.cam_right_wrist": {
55
+ "width": 640,
56
+ "height": 480,
57
+ "channels": 3
58
+ }
59
+ },
60
+ "names": {
61
+ "observation.state": [
62
+ "left_waist",
63
+ "left_shoulder",
64
+ "left_elbow",
65
+ "left_forearm_roll",
66
+ "left_wrist_angle",
67
+ "left_wrist_rotate",
68
+ "left_gripper",
69
+ "right_waist",
70
+ "right_shoulder",
71
+ "right_elbow",
72
+ "right_forearm_roll",
73
+ "right_wrist_angle",
74
+ "right_wrist_rotate",
75
+ "right_gripper"
76
+ ],
77
+ "action": [
78
+ "left_waist",
79
+ "left_shoulder",
80
+ "left_elbow",
81
+ "left_forearm_roll",
82
+ "left_wrist_angle",
83
+ "left_wrist_rotate",
84
+ "left_gripper",
85
+ "right_waist",
86
+ "right_shoulder",
87
+ "right_elbow",
88
+ "right_forearm_roll",
89
+ "right_wrist_angle",
90
+ "right_wrist_rotate",
91
+ "right_gripper"
92
+ ],
93
+ "observation.effort": [
94
+ "left_waist",
95
+ "left_shoulder",
96
+ "left_elbow",
97
+ "left_forearm_roll",
98
+ "left_wrist_angle",
99
+ "left_wrist_rotate",
100
+ "left_gripper",
101
+ "right_waist",
102
+ "right_shoulder",
103
+ "right_elbow",
104
+ "right_forearm_roll",
105
+ "right_wrist_angle",
106
+ "right_wrist_rotate",
107
+ "right_gripper"
108
+ ]
109
+ },
110
+ "videos": {
111
+ "videos_path": "videos/{video_key}_episode_{episode_index:06d}.mp4",
112
+ "observation.images.cam_high": {
113
+ "video.fps": 50.0,
114
+ "video.width": 640,
115
+ "video.height": 480,
116
+ "video.channels": 3,
117
+ "video.codec": "av1",
118
+ "video.pix_fmt": "yuv420p",
119
+ "video.is_depth_map": false,
120
+ "has_audio": false
121
+ },
122
+ "observation.images.cam_left_wrist": {
123
+ "video.fps": 50.0,
124
+ "video.width": 640,
125
+ "video.height": 480,
126
+ "video.channels": 3,
127
+ "video.codec": "av1",
128
+ "video.pix_fmt": "yuv420p",
129
+ "video.is_depth_map": false,
130
+ "has_audio": false
131
+ },
132
+ "observation.images.cam_low": {
133
+ "video.fps": 50.0,
134
+ "video.width": 640,
135
+ "video.height": 480,
136
+ "video.channels": 3,
137
+ "video.codec": "av1",
138
+ "video.pix_fmt": "yuv420p",
139
+ "video.is_depth_map": false,
140
+ "has_audio": false
141
+ },
142
+ "observation.images.cam_right_wrist": {
143
+ "video.fps": 50.0,
144
+ "video.width": 640,
145
+ "video.height": 480,
146
+ "video.channels": 3,
147
+ "video.codec": "av1",
148
+ "video.pix_fmt": "yuv420p",
149
+ "video.is_depth_map": false,
150
+ "has_audio": false
151
+ }
152
+ }
153
+ }
154
+ ```