edipark commited on
Commit
11aac88
·
verified ·
1 Parent(s): 4fa5a40

Add LeRobotDataset v2.1 export (OpenPI-safe image)

Browse files
data/chunk-000/episode_000000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9ac9aacc9c7eb5798bdb6cd885aeedff6a0eb671756bef6b0f49894d8452e653
3
- size 54211694
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bde8b6d9462fdba882226bc96931e7e8806ae7e15a48124375a396672204059
3
+ size 256951604
meta/info.json CHANGED
@@ -14,40 +14,65 @@
14
  "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
  "video_path": null,
16
  "features": {
17
- "observation.state": {
18
  "dtype": "float32",
19
  "shape": [
20
  16
21
  ],
22
  "names": null
23
  },
24
- "action": {
25
  "dtype": "float32",
26
  "shape": [
27
  16
28
  ],
29
  "names": null
30
  },
31
- "is_first": {
32
- "dtype": "bool",
33
  "shape": [
34
  1
35
  ],
36
  "names": null
37
  },
38
- "is_last": {
39
- "dtype": "bool",
40
  "shape": [
41
- 1
 
 
42
  ],
43
- "names": null
 
 
 
 
44
  },
45
- "is_terminal": {
46
- "dtype": "bool",
47
  "shape": [
48
- 1
 
 
49
  ],
50
- "names": null
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
  },
52
  "timestamp": {
53
  "dtype": "float32",
@@ -84,25 +109,40 @@
84
  ],
85
  "names": null
86
  },
87
- "actions": {
88
  "dtype": "float32",
89
  "shape": [
90
  16
91
  ],
92
  "names": null
93
  },
94
- "image": {
95
- "dtype": "uint8",
96
  "shape": [
97
- 3,
98
- 224,
99
- 224
100
  ],
101
- "names": [
102
- "channels",
103
- "height",
104
- "width"
105
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
106
  }
107
  }
108
  }
 
14
  "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
  "video_path": null,
16
  "features": {
17
+ "state": {
18
  "dtype": "float32",
19
  "shape": [
20
  16
21
  ],
22
  "names": null
23
  },
24
+ "actions": {
25
  "dtype": "float32",
26
  "shape": [
27
  16
28
  ],
29
  "names": null
30
  },
31
+ "prompt": {
32
+ "dtype": "string",
33
  "shape": [
34
  1
35
  ],
36
  "names": null
37
  },
38
+ "head_image": {
39
+ "dtype": "uint8",
40
  "shape": [
41
+ 3,
42
+ 224,
43
+ 224
44
  ],
45
+ "names": [
46
+ "channels",
47
+ "height",
48
+ "width"
49
+ ]
50
  },
51
+ "left_wrist_image": {
52
+ "dtype": "uint8",
53
  "shape": [
54
+ 3,
55
+ 224,
56
+ 224
57
  ],
58
+ "names": [
59
+ "channels",
60
+ "height",
61
+ "width"
62
+ ]
63
+ },
64
+ "right_wrist_image": {
65
+ "dtype": "uint8",
66
+ "shape": [
67
+ 3,
68
+ 224,
69
+ 224
70
+ ],
71
+ "names": [
72
+ "channels",
73
+ "height",
74
+ "width"
75
+ ]
76
  },
77
  "timestamp": {
78
  "dtype": "float32",
 
109
  ],
110
  "names": null
111
  },
112
+ "observation.state": {
113
  "dtype": "float32",
114
  "shape": [
115
  16
116
  ],
117
  "names": null
118
  },
119
+ "action": {
120
+ "dtype": "float32",
121
  "shape": [
122
+ 16
 
 
123
  ],
124
+ "names": null
125
+ },
126
+ "is_first": {
127
+ "dtype": "bool",
128
+ "shape": [
129
+ 1
130
+ ],
131
+ "names": null
132
+ },
133
+ "is_last": {
134
+ "dtype": "bool",
135
+ "shape": [
136
+ 1
137
+ ],
138
+ "names": null
139
+ },
140
+ "is_terminal": {
141
+ "dtype": "bool",
142
+ "shape": [
143
+ 1
144
+ ],
145
+ "names": null
146
  }
147
  }
148
  }