aliberts HF Staff commited on
Commit
1288b2a
·
verified ·
1 Parent(s): 32d43fe

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +162 -1
README.md CHANGED
@@ -4,5 +4,166 @@ task_categories:
4
  tags:
5
  - LeRobot
6
  ---
7
- This dataset was created using [🤗 LeRobot](https://github.com/huggingface/lerobot).
8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  tags:
5
  - LeRobot
6
  ---
7
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
8
 
9
+ [meta/info.json](meta/info.json)
10
+ ```json
11
+ {
12
+ "codebase_version": "v2.0",
13
+ "data_path": "data/chunk-{episode_chunk:03d}/train-{episode_index:05d}-of-{total_episodes:05d}.parquet",
14
+ "robot_type": "unknown",
15
+ "total_episodes": 139,
16
+ "total_frames": 8277,
17
+ "total_tasks": 3,
18
+ "total_videos": 417,
19
+ "total_chunks": 1,
20
+ "chunks_size": 1000,
21
+ "fps": 30,
22
+ "splits": {
23
+ "train": "0:139"
24
+ },
25
+ "keys": [
26
+ "observation.state",
27
+ "action"
28
+ ],
29
+ "video_keys": [
30
+ "observation.images.frontright_fisheye_image",
31
+ "observation.images.hand_color_image",
32
+ "observation.images.frontleft_fisheye_image"
33
+ ],
34
+ "image_keys": [],
35
+ "shapes": {
36
+ "observation.state": 68,
37
+ "action": 7,
38
+ "observation.images.frontright_fisheye_image": {
39
+ "width": 604,
40
+ "height": 726,
41
+ "channels": 3
42
+ },
43
+ "observation.images.hand_color_image": {
44
+ "width": 640,
45
+ "height": 480,
46
+ "channels": 3
47
+ },
48
+ "observation.images.frontleft_fisheye_image": {
49
+ "width": 604,
50
+ "height": 726,
51
+ "channels": 3
52
+ }
53
+ },
54
+ "names": {
55
+ "observation.state": [
56
+ "motor_0",
57
+ "motor_1",
58
+ "motor_2",
59
+ "motor_3",
60
+ "motor_4",
61
+ "motor_5",
62
+ "motor_6",
63
+ "motor_7",
64
+ "motor_8",
65
+ "motor_9",
66
+ "motor_10",
67
+ "motor_11",
68
+ "motor_12",
69
+ "motor_13",
70
+ "motor_14",
71
+ "motor_15",
72
+ "motor_16",
73
+ "motor_17",
74
+ "motor_18",
75
+ "motor_19",
76
+ "motor_20",
77
+ "motor_21",
78
+ "motor_22",
79
+ "motor_23",
80
+ "motor_24",
81
+ "motor_25",
82
+ "motor_26",
83
+ "motor_27",
84
+ "motor_28",
85
+ "motor_29",
86
+ "motor_30",
87
+ "motor_31",
88
+ "motor_32",
89
+ "motor_33",
90
+ "motor_34",
91
+ "motor_35",
92
+ "motor_36",
93
+ "motor_37",
94
+ "motor_38",
95
+ "motor_39",
96
+ "motor_40",
97
+ "motor_41",
98
+ "motor_42",
99
+ "motor_43",
100
+ "motor_44",
101
+ "motor_45",
102
+ "motor_46",
103
+ "motor_47",
104
+ "motor_48",
105
+ "motor_49",
106
+ "motor_50",
107
+ "motor_51",
108
+ "motor_52",
109
+ "motor_53",
110
+ "motor_54",
111
+ "motor_55",
112
+ "motor_56",
113
+ "motor_57",
114
+ "motor_58",
115
+ "motor_59",
116
+ "motor_60",
117
+ "motor_61",
118
+ "motor_62",
119
+ "motor_63",
120
+ "motor_64",
121
+ "motor_65",
122
+ "motor_66",
123
+ "motor_67"
124
+ ],
125
+ "action": [
126
+ "motor_0",
127
+ "motor_1",
128
+ "motor_2",
129
+ "motor_3",
130
+ "motor_4",
131
+ "motor_5",
132
+ "motor_6"
133
+ ]
134
+ },
135
+ "videos": {
136
+ "videos_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
137
+ "observation.images.frontright_fisheye_image": {
138
+ "video.fps": 30.0,
139
+ "video.width": 604,
140
+ "video.height": 726,
141
+ "video.channels": 3,
142
+ "video.codec": "av1",
143
+ "video.pix_fmt": "yuv420p",
144
+ "video.is_depth_map": false,
145
+ "has_audio": false
146
+ },
147
+ "observation.images.hand_color_image": {
148
+ "video.fps": 30.0,
149
+ "video.width": 640,
150
+ "video.height": 480,
151
+ "video.channels": 3,
152
+ "video.codec": "av1",
153
+ "video.pix_fmt": "yuv420p",
154
+ "video.is_depth_map": false,
155
+ "has_audio": false
156
+ },
157
+ "observation.images.frontleft_fisheye_image": {
158
+ "video.fps": 30.0,
159
+ "video.width": 604,
160
+ "video.height": 726,
161
+ "video.channels": 3,
162
+ "video.codec": "av1",
163
+ "video.pix_fmt": "yuv420p",
164
+ "video.is_depth_map": false,
165
+ "has_audio": false
166
+ }
167
+ }
168
+ }
169
+ ```