yangyangfu commited on
Commit
9290926
·
1 Parent(s): f7a6f6e

Revert "Upload folder using huggingface_hub"

Browse files

This reverts commit f7a6f6ee626e757c49e92cf60445fdd964cdf0ed.

data/chunk-000/episode_000000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b4a48d8f49294346127005ace0fc7b7dd649082b1bc84bad6248943ca8ba9c0c
3
- size 89793
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f7564a403c5cc3cbdc02fb0ee54cbd183e8464bc862573d3650a52482a8e69b
3
+ size 28009705
data/chunk-000/episode_000001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:681fc2bf656cceaf2347435176c213acf474fa56617a691085bf0cd2d1f8e192
3
- size 106450
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f4c23267f91ba2be9ceed95e9b8c56b568cf6a3ab1211c0022a1b129cefe6a7
3
+ size 37414899
meta/episodes.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
meta/episodes_stats.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
meta/info.json CHANGED
@@ -1,161 +1,65 @@
1
  {
2
  "codebase_version": "v2.1",
3
- "robot_type": "a2d",
4
- "total_episodes": 2,
5
- "total_frames": 2083,
6
- "total_tasks": 1,
7
- "total_videos": 6,
8
- "total_chunks": 1,
9
  "chunks_size": 1000,
10
- "fps": 30,
11
  "splits": {
12
- "train": "0:2"
13
  },
14
  "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
  "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
  "features": {
17
- "observation.images.head_color": {
18
- "dtype": "video",
19
  "shape": [
20
- 720,
21
- 1280,
22
  3
23
  ],
24
  "names": [
25
  "height",
26
  "width",
27
  "channel"
28
- ],
29
- "info": {
30
- "video.fps": 30.0,
31
- "video.codec": "av1",
32
- "video.pix_fmt": "yuv420p",
33
- "video.is_depth_map": false,
34
- "has_audio": false
35
- }
36
  },
37
- "observation.images.hand_left_color": {
38
- "dtype": "video",
39
  "shape": [
40
- 480,
41
- 848,
42
  3
43
  ],
44
  "names": [
45
  "height",
46
  "width",
47
  "channel"
48
- ],
49
- "info": {
50
- "video.fps": 30.0,
51
- "video.codec": "av1",
52
- "video.pix_fmt": "yuv420p",
53
- "video.is_depth_map": false,
54
- "has_audio": false
55
- }
56
  },
57
- "observation.images.hand_right_color": {
58
- "dtype": "video",
59
  "shape": [
60
- 480,
61
- 848,
62
- 3
63
  ],
64
  "names": [
65
- "height",
66
- "width",
67
- "channel"
68
- ],
69
- "info": {
70
- "video.fps": 30.0,
71
- "video.codec": "av1",
72
- "video.pix_fmt": "yuv420p",
73
- "video.is_depth_map": false,
74
- "has_audio": false
75
- }
76
- },
77
- "observation.state": {
78
- "dtype": "float32",
79
- "name": {
80
- "left_arm_joint": [
81
- "position_1",
82
- "position_2",
83
- "position_3",
84
- "position_4",
85
- "position_5",
86
- "position_6",
87
- "position_7"
88
- ],
89
- "right_arm_joint": [
90
- "position_1",
91
- "position_2",
92
- "position_3",
93
- "position_4",
94
- "position_5",
95
- "position_6",
96
- "position_7"
97
- ],
98
- "left_gripper": [
99
- "range"
100
- ],
101
- "right_gripper": [
102
- "range"
103
- ],
104
- "head": [
105
- "yaw",
106
- "pitch"
107
- ],
108
- "waist": [
109
- "pitch",
110
- "lift"
111
- ]
112
- },
113
- "shape": [
114
- 20
115
  ]
116
  },
117
- "action": {
118
  "dtype": "float32",
119
- "name": {
120
- "left_arm_joint": [
121
- "position_1",
122
- "position_2",
123
- "position_3",
124
- "position_4",
125
- "position_5",
126
- "position_6",
127
- "position_7"
128
- ],
129
- "right_arm_joint": [
130
- "position_1",
131
- "position_2",
132
- "position_3",
133
- "position_4",
134
- "position_5",
135
- "position_6",
136
- "position_7"
137
- ],
138
- "left_gripper": [
139
- "range"
140
- ],
141
- "right_gripper": [
142
- "range"
143
- ],
144
- "head": [
145
- "yaw",
146
- "pitch"
147
- ],
148
- "waist": [
149
- "pitch",
150
- "lift"
151
- ]
152
- },
153
  "shape": [
154
- 20
 
 
 
155
  ]
156
  },
157
- "episode_index": {
158
- "dtype": "int64",
159
  "shape": [
160
  1
161
  ],
@@ -168,8 +72,8 @@
168
  ],
169
  "names": null
170
  },
171
- "next.done": {
172
- "dtype": "bool",
173
  "shape": [
174
  1
175
  ],
@@ -188,13 +92,6 @@
188
  1
189
  ],
190
  "names": null
191
- },
192
- "timestamp": {
193
- "dtype": "float32",
194
- "shape": [
195
- 1
196
- ],
197
- "names": null
198
  }
199
  }
200
  }
 
1
  {
2
  "codebase_version": "v2.1",
3
+ "robot_type": "panda",
4
+ "total_episodes": 1693,
5
+ "total_frames": 273465,
6
+ "total_tasks": 40,
7
+ "total_videos": 0,
8
+ "total_chunks": 2,
9
  "chunks_size": 1000,
10
+ "fps": 10,
11
  "splits": {
12
+ "train": "0:1693"
13
  },
14
  "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
  "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
  "features": {
17
+ "image": {
18
+ "dtype": "image",
19
  "shape": [
20
+ 256,
21
+ 256,
22
  3
23
  ],
24
  "names": [
25
  "height",
26
  "width",
27
  "channel"
28
+ ]
 
 
 
 
 
 
 
29
  },
30
+ "wrist_image": {
31
+ "dtype": "image",
32
  "shape": [
33
+ 256,
34
+ 256,
35
  3
36
  ],
37
  "names": [
38
  "height",
39
  "width",
40
  "channel"
41
+ ]
 
 
 
 
 
 
 
42
  },
43
+ "state": {
44
+ "dtype": "float32",
45
  "shape": [
46
+ 8
 
 
47
  ],
48
  "names": [
49
+ "state"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
  ]
51
  },
52
+ "actions": {
53
  "dtype": "float32",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  "shape": [
55
+ 7
56
+ ],
57
+ "names": [
58
+ "actions"
59
  ]
60
  },
61
+ "timestamp": {
62
+ "dtype": "float32",
63
  "shape": [
64
  1
65
  ],
 
72
  ],
73
  "names": null
74
  },
75
+ "episode_index": {
76
+ "dtype": "int64",
77
  "shape": [
78
  1
79
  ],
 
92
  1
93
  ],
94
  "names": null
 
 
 
 
 
 
 
95
  }
96
  }
97
  }
meta/tasks.jsonl CHANGED
@@ -1,3 +1,40 @@
1
- {"task_index": 0, "task": "Stamp the seal "}
2
- {"task_index": 0, "task": "Stamp the seal "}
3
- {"task_index": 0, "task": "Stamp the seal "}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"task_index": 0, "task": "put the white mug on the left plate and put the yellow and white mug on the right plate"}
2
+ {"task_index": 1, "task": "put the white mug on the plate and put the chocolate pudding to the right of the plate"}
3
+ {"task_index": 2, "task": "put the yellow and white mug in the microwave and close it"}
4
+ {"task_index": 3, "task": "turn on the stove and put the moka pot on it"}
5
+ {"task_index": 4, "task": "put both the alphabet soup and the cream cheese box in the basket"}
6
+ {"task_index": 5, "task": "put both the alphabet soup and the tomato sauce in the basket"}
7
+ {"task_index": 6, "task": "put both moka pots on the stove"}
8
+ {"task_index": 7, "task": "put both the cream cheese box and the butter in the basket"}
9
+ {"task_index": 8, "task": "put the black bowl in the bottom drawer of the cabinet and close it"}
10
+ {"task_index": 9, "task": "pick up the book and place it in the back compartment of the caddy"}
11
+ {"task_index": 10, "task": "put the bowl on the plate"}
12
+ {"task_index": 11, "task": "put the wine bottle on the rack"}
13
+ {"task_index": 12, "task": "open the top drawer and put the bowl inside"}
14
+ {"task_index": 13, "task": "put the cream cheese in the bowl"}
15
+ {"task_index": 14, "task": "put the wine bottle on top of the cabinet"}
16
+ {"task_index": 15, "task": "push the plate to the front of the stove"}
17
+ {"task_index": 16, "task": "turn on the stove"}
18
+ {"task_index": 17, "task": "put the bowl on the stove"}
19
+ {"task_index": 18, "task": "put the bowl on top of the cabinet"}
20
+ {"task_index": 19, "task": "open the middle drawer of the cabinet"}
21
+ {"task_index": 20, "task": "pick up the orange juice and place it in the basket"}
22
+ {"task_index": 21, "task": "pick up the ketchup and place it in the basket"}
23
+ {"task_index": 22, "task": "pick up the cream cheese and place it in the basket"}
24
+ {"task_index": 23, "task": "pick up the bbq sauce and place it in the basket"}
25
+ {"task_index": 24, "task": "pick up the alphabet soup and place it in the basket"}
26
+ {"task_index": 25, "task": "pick up the milk and place it in the basket"}
27
+ {"task_index": 26, "task": "pick up the salad dressing and place it in the basket"}
28
+ {"task_index": 27, "task": "pick up the butter and place it in the basket"}
29
+ {"task_index": 28, "task": "pick up the tomato sauce and place it in the basket"}
30
+ {"task_index": 29, "task": "pick up the chocolate pudding and place it in the basket"}
31
+ {"task_index": 30, "task": "pick up the black bowl next to the cookie box and place it on the plate"}
32
+ {"task_index": 31, "task": "pick up the black bowl in the top drawer of the wooden cabinet and place it on the plate"}
33
+ {"task_index": 32, "task": "pick up the black bowl on the ramekin and place it on the plate"}
34
+ {"task_index": 33, "task": "pick up the black bowl on the stove and place it on the plate"}
35
+ {"task_index": 34, "task": "pick up the black bowl between the plate and the ramekin and place it on the plate"}
36
+ {"task_index": 35, "task": "pick up the black bowl on the cookie box and place it on the plate"}
37
+ {"task_index": 36, "task": "pick up the black bowl next to the plate and place it on the plate"}
38
+ {"task_index": 37, "task": "pick up the black bowl next to the ramekin and place it on the plate"}
39
+ {"task_index": 38, "task": "pick up the black bowl from table center and place it on the plate"}
40
+ {"task_index": 39, "task": "pick up the black bowl on the wooden cabinet and place it on the plate"}
videos/chunk-000/observation.images.hand_left_color/episode_000000.mp4 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9a62ffb9243e76f17d43620ecc2acf7e85ef32a8e67c256c87d86bf3e2713324
3
- size 3006990
 
 
 
 
videos/chunk-000/observation.images.hand_left_color/episode_000001.mp4 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c1f873c0da469406d31651017d4ae9a7c8840848bc9e9b49e281842908755e69
3
- size 3532912
 
 
 
 
videos/chunk-000/observation.images.hand_right_color/episode_000000.mp4 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6609859f661ece0d7a1bd6ad7d8916a76fca1d5bb47ef686ea79119cc4dbd119
3
- size 4399699
 
 
 
 
videos/chunk-000/observation.images.hand_right_color/episode_000001.mp4 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6939cb1c27b4e1f85ec31487a0ec5e5f0b116e24e5f66e5b4e15f80017342e0b
3
- size 5026860
 
 
 
 
videos/chunk-000/observation.images.head_color/episode_000000.mp4 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5d21146e0ec6293b8c9389e27ab0098487e426a42e381c23c995965ea4f1094c
3
- size 4779051
 
 
 
 
videos/chunk-000/observation.images.head_color/episode_000001.mp4 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fe225c2eabe2a05303ae96b797753daac75de3bbd228e5dc8b68e896addde673
3
- size 5457859