andlyu commited on
Commit
f7ffa8b
·
verified ·
1 Parent(s): 267aa70

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +183 -0
meta/info.json ADDED
@@ -0,0 +1,183 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 0,
5
+ "total_frames": 0,
6
+ "total_tasks": 0,
7
+ "total_videos": 0,
8
+ "total_chunks": 0,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {},
12
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
13
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
14
+ "features": {
15
+ "action": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ 6
19
+ ],
20
+ "names": [
21
+ "shoulder_pan.pos",
22
+ "shoulder_lift.pos",
23
+ "elbow_flex.pos",
24
+ "wrist_flex.pos",
25
+ "wrist_roll.pos",
26
+ "gripper.pos"
27
+ ]
28
+ },
29
+ "observation.state": {
30
+ "dtype": "float32",
31
+ "shape": [
32
+ 6
33
+ ],
34
+ "names": [
35
+ "shoulder_pan.pos",
36
+ "shoulder_lift.pos",
37
+ "elbow_flex.pos",
38
+ "wrist_flex.pos",
39
+ "wrist_roll.pos",
40
+ "gripper.pos"
41
+ ]
42
+ },
43
+ "observation.images.cam_l_plate": {
44
+ "dtype": "video",
45
+ "shape": [
46
+ 480,
47
+ 640,
48
+ 3
49
+ ],
50
+ "names": [
51
+ "height",
52
+ "width",
53
+ "channels"
54
+ ]
55
+ },
56
+ "observation.images.cam_l_shell": {
57
+ "dtype": "video",
58
+ "shape": [
59
+ 480,
60
+ 640,
61
+ 3
62
+ ],
63
+ "names": [
64
+ "height",
65
+ "width",
66
+ "channels"
67
+ ]
68
+ },
69
+ "observation.images.cam_r_plate": {
70
+ "dtype": "video",
71
+ "shape": [
72
+ 480,
73
+ 640,
74
+ 3
75
+ ],
76
+ "names": [
77
+ "height",
78
+ "width",
79
+ "channels"
80
+ ]
81
+ },
82
+ "observation.images.cam_r_shell": {
83
+ "dtype": "video",
84
+ "shape": [
85
+ 480,
86
+ 640,
87
+ 3
88
+ ],
89
+ "names": [
90
+ "height",
91
+ "width",
92
+ "channels"
93
+ ]
94
+ },
95
+ "observation.images.plate_berry": {
96
+ "dtype": "video",
97
+ "shape": [
98
+ 480,
99
+ 640,
100
+ 3
101
+ ],
102
+ "names": [
103
+ "height",
104
+ "width",
105
+ "channels"
106
+ ]
107
+ },
108
+ "observation.images.shell_location": {
109
+ "dtype": "video",
110
+ "shape": [
111
+ 480,
112
+ 640,
113
+ 3
114
+ ],
115
+ "names": [
116
+ "height",
117
+ "width",
118
+ "channels"
119
+ ]
120
+ },
121
+ "observation.images.gripper_l": {
122
+ "dtype": "video",
123
+ "shape": [
124
+ 480,
125
+ 640,
126
+ 3
127
+ ],
128
+ "names": [
129
+ "height",
130
+ "width",
131
+ "channels"
132
+ ]
133
+ },
134
+ "observation.images.gripper_r": {
135
+ "dtype": "video",
136
+ "shape": [
137
+ 480,
138
+ 640,
139
+ 3
140
+ ],
141
+ "names": [
142
+ "height",
143
+ "width",
144
+ "channels"
145
+ ]
146
+ },
147
+ "timestamp": {
148
+ "dtype": "float32",
149
+ "shape": [
150
+ 1
151
+ ],
152
+ "names": null
153
+ },
154
+ "frame_index": {
155
+ "dtype": "int64",
156
+ "shape": [
157
+ 1
158
+ ],
159
+ "names": null
160
+ },
161
+ "episode_index": {
162
+ "dtype": "int64",
163
+ "shape": [
164
+ 1
165
+ ],
166
+ "names": null
167
+ },
168
+ "index": {
169
+ "dtype": "int64",
170
+ "shape": [
171
+ 1
172
+ ],
173
+ "names": null
174
+ },
175
+ "task_index": {
176
+ "dtype": "int64",
177
+ "shape": [
178
+ 1
179
+ ],
180
+ "names": null
181
+ }
182
+ }
183
+ }