wiscohumanoids commited on
Commit
37e1e7d
·
verified ·
1 Parent(s): ca4a94c

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +151 -0
meta/info.json ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "lekiwi_client",
4
+ "total_episodes": 0,
5
+ "total_frames": 0,
6
+ "total_tasks": 0,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 30,
11
+ "splits": {},
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
+ "features": {
15
+ "action": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ 16
19
+ ],
20
+ "names": [
21
+ "arm_left_shoulder_pan.pos",
22
+ "arm_left_shoulder_lift.pos",
23
+ "arm_left_elbow_flex.pos",
24
+ "arm_left_wrist_flex.pos",
25
+ "arm_left_wrist_roll.pos",
26
+ "arm_left_gripper.pos",
27
+ "arm_right_shoulder_pan.pos",
28
+ "arm_right_shoulder_lift.pos",
29
+ "arm_right_elbow_flex.pos",
30
+ "arm_right_wrist_flex.pos",
31
+ "arm_right_wrist_roll.pos",
32
+ "arm_right_gripper.pos",
33
+ "x.vel",
34
+ "y.vel",
35
+ "theta.vel",
36
+ "lift_axis.height_mm"
37
+ ]
38
+ },
39
+ "observation.state": {
40
+ "dtype": "float32",
41
+ "shape": [
42
+ 16
43
+ ],
44
+ "names": [
45
+ "arm_left_shoulder_pan.pos",
46
+ "arm_left_shoulder_lift.pos",
47
+ "arm_left_elbow_flex.pos",
48
+ "arm_left_wrist_flex.pos",
49
+ "arm_left_wrist_roll.pos",
50
+ "arm_left_gripper.pos",
51
+ "arm_right_shoulder_pan.pos",
52
+ "arm_right_shoulder_lift.pos",
53
+ "arm_right_elbow_flex.pos",
54
+ "arm_right_wrist_flex.pos",
55
+ "arm_right_wrist_roll.pos",
56
+ "arm_right_gripper.pos",
57
+ "x.vel",
58
+ "y.vel",
59
+ "theta.vel",
60
+ "lift_axis.height_mm"
61
+ ]
62
+ },
63
+ "observation.images.head_top": {
64
+ "dtype": "video",
65
+ "shape": [
66
+ 480,
67
+ 640,
68
+ 3
69
+ ],
70
+ "names": [
71
+ "height",
72
+ "width",
73
+ "channels"
74
+ ]
75
+ },
76
+ "observation.images.head_front": {
77
+ "dtype": "video",
78
+ "shape": [
79
+ 480,
80
+ 640,
81
+ 3
82
+ ],
83
+ "names": [
84
+ "height",
85
+ "width",
86
+ "channels"
87
+ ]
88
+ },
89
+ "observation.images.wrist_left": {
90
+ "dtype": "video",
91
+ "shape": [
92
+ 480,
93
+ 640,
94
+ 3
95
+ ],
96
+ "names": [
97
+ "height",
98
+ "width",
99
+ "channels"
100
+ ]
101
+ },
102
+ "observation.images.wrist_right": {
103
+ "dtype": "video",
104
+ "shape": [
105
+ 480,
106
+ 640,
107
+ 3
108
+ ],
109
+ "names": [
110
+ "height",
111
+ "width",
112
+ "channels"
113
+ ]
114
+ },
115
+ "timestamp": {
116
+ "dtype": "float32",
117
+ "shape": [
118
+ 1
119
+ ],
120
+ "names": null
121
+ },
122
+ "frame_index": {
123
+ "dtype": "int64",
124
+ "shape": [
125
+ 1
126
+ ],
127
+ "names": null
128
+ },
129
+ "episode_index": {
130
+ "dtype": "int64",
131
+ "shape": [
132
+ 1
133
+ ],
134
+ "names": null
135
+ },
136
+ "index": {
137
+ "dtype": "int64",
138
+ "shape": [
139
+ 1
140
+ ],
141
+ "names": null
142
+ },
143
+ "task_index": {
144
+ "dtype": "int64",
145
+ "shape": [
146
+ 1
147
+ ],
148
+ "names": null
149
+ }
150
+ }
151
+ }