wxj77 commited on
Commit
e1e005f
·
verified ·
1 Parent(s): ce13c70

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +169 -0
meta/info.json ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "aloha-stationary",
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": 50,
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": "float64",
17
+ "shape": [
18
+ 14
19
+ ],
20
+ "names": [
21
+ "action_0",
22
+ "action_1",
23
+ "action_2",
24
+ "action_3",
25
+ "action_4",
26
+ "action_5",
27
+ "action_6",
28
+ "action_7",
29
+ "action_8",
30
+ "action_9",
31
+ "action_10",
32
+ "action_11",
33
+ "action_12",
34
+ "action_13"
35
+ ]
36
+ },
37
+ "observation.images.cam_high": {
38
+ "dtype": "image",
39
+ "shape": [
40
+ 480,
41
+ 640,
42
+ 3
43
+ ],
44
+ "names": [
45
+ "channel",
46
+ "height",
47
+ "width"
48
+ ]
49
+ },
50
+ "observation.images.cam_left_wrist": {
51
+ "dtype": "image",
52
+ "shape": [
53
+ 480,
54
+ 640,
55
+ 3
56
+ ],
57
+ "names": [
58
+ "channel",
59
+ "height",
60
+ "width"
61
+ ]
62
+ },
63
+ "observation.images.cam_low": {
64
+ "dtype": "image",
65
+ "shape": [
66
+ 480,
67
+ 640,
68
+ 3
69
+ ],
70
+ "names": [
71
+ "channel",
72
+ "height",
73
+ "width"
74
+ ]
75
+ },
76
+ "observation.images.cam_right_wrist": {
77
+ "dtype": "image",
78
+ "shape": [
79
+ 480,
80
+ 640,
81
+ 3
82
+ ],
83
+ "names": [
84
+ "channel",
85
+ "height",
86
+ "width"
87
+ ]
88
+ },
89
+ "observation.state": {
90
+ "dtype": "float64",
91
+ "shape": [
92
+ 14
93
+ ],
94
+ "names": [
95
+ "qpos_0",
96
+ "qpos_1",
97
+ "qpos_2",
98
+ "qpos_3",
99
+ "qpos_4",
100
+ "qpos_5",
101
+ "qpos_6",
102
+ "qpos_7",
103
+ "qpos_8",
104
+ "qpos_9",
105
+ "qpos_10",
106
+ "qpos_11",
107
+ "qpos_12",
108
+ "qpos_13"
109
+ ]
110
+ },
111
+ "observation.qvel": {
112
+ "dtype": "float64",
113
+ "shape": [
114
+ 14
115
+ ],
116
+ "names": [
117
+ "qvel_0",
118
+ "qvel_1",
119
+ "qvel_2",
120
+ "qvel_3",
121
+ "qvel_4",
122
+ "qvel_5",
123
+ "qvel_6",
124
+ "qvel_7",
125
+ "qvel_8",
126
+ "qvel_9",
127
+ "qvel_10",
128
+ "qvel_11",
129
+ "qvel_12",
130
+ "qvel_13"
131
+ ]
132
+ },
133
+ "timestamp": {
134
+ "dtype": "float32",
135
+ "shape": [
136
+ 1
137
+ ],
138
+ "names": null
139
+ },
140
+ "frame_index": {
141
+ "dtype": "int64",
142
+ "shape": [
143
+ 1
144
+ ],
145
+ "names": null
146
+ },
147
+ "episode_index": {
148
+ "dtype": "int64",
149
+ "shape": [
150
+ 1
151
+ ],
152
+ "names": null
153
+ },
154
+ "index": {
155
+ "dtype": "int64",
156
+ "shape": [
157
+ 1
158
+ ],
159
+ "names": null
160
+ },
161
+ "task_index": {
162
+ "dtype": "int64",
163
+ "shape": [
164
+ 1
165
+ ],
166
+ "names": null
167
+ }
168
+ }
169
+ }