rancheng222 commited on
Commit
5ddda4c
·
verified ·
1 Parent(s): 7ca0cce

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ meta/episodes_stats.jsonl filter=lfs diff=lfs merge=lfs -text
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26ed870f2604d44f141fc370b23581075e2ada58bf83f2d39fb90f41ea51a474
3
+ size 78125734
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:451af49890cae580c8c88f07dce8c9fd10e1989ced4c191062d70af5ab330765
3
+ size 84801625
meta/episodes.jsonl ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ {"episode_index": 0, "tasks": ["Tie a knot in the plastic bag."], "length": 491}
2
+ {"episode_index": 1, "tasks": ["Tie a knot in the plastic bag."], "length": 531}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1435bfd2bcac0c02dcc1ed323b8a5c6e64039fd07d8b0b6acf89b18c2266e057
3
+ size 28930058
meta/info.json ADDED
@@ -0,0 +1,174 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101",
4
+ "total_episodes": 2,
5
+ "total_frames": 1022,
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
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 12
21
+ ],
22
+ "names": [
23
+ "left_shoulder_pan",
24
+ "left_shoulder_lift",
25
+ "left_elbow_flex",
26
+ "left_wrist_flex",
27
+ "left_wrist_roll",
28
+ "left_gripper",
29
+ "right_shoulder_pan",
30
+ "right_shoulder_lift",
31
+ "right_elbow_flex",
32
+ "right_wrist_flex",
33
+ "right_wrist_roll",
34
+ "right_gripper"
35
+ ]
36
+ },
37
+ "observation.state": {
38
+ "dtype": "float32",
39
+ "shape": [
40
+ 12
41
+ ],
42
+ "names": [
43
+ "left_shoulder_pan",
44
+ "left_shoulder_lift",
45
+ "left_elbow_flex",
46
+ "left_wrist_flex",
47
+ "left_wrist_roll",
48
+ "left_gripper",
49
+ "right_shoulder_pan",
50
+ "right_shoulder_lift",
51
+ "right_elbow_flex",
52
+ "right_wrist_flex",
53
+ "right_wrist_roll",
54
+ "right_gripper"
55
+ ]
56
+ },
57
+ "observation.images.wrist_left": {
58
+ "dtype": "video",
59
+ "shape": [
60
+ 480,
61
+ 640,
62
+ 3
63
+ ],
64
+ "names": [
65
+ "height",
66
+ "width",
67
+ "channels"
68
+ ],
69
+ "info": {
70
+ "video.height": 480,
71
+ "video.width": 640,
72
+ "video.codec": "av1",
73
+ "video.pix_fmt": "yuv420p",
74
+ "video.is_depth_map": false,
75
+ "video.fps": 30,
76
+ "video.channels": 3,
77
+ "has_audio": false
78
+ }
79
+ },
80
+ "observation.images.wrist_right": {
81
+ "dtype": "video",
82
+ "shape": [
83
+ 480,
84
+ 640,
85
+ 3
86
+ ],
87
+ "names": [
88
+ "height",
89
+ "width",
90
+ "channels"
91
+ ],
92
+ "info": {
93
+ "video.height": 480,
94
+ "video.width": 640,
95
+ "video.codec": "av1",
96
+ "video.pix_fmt": "yuv420p",
97
+ "video.is_depth_map": false,
98
+ "video.fps": 30,
99
+ "video.channels": 3,
100
+ "has_audio": false
101
+ }
102
+ },
103
+ "observation.depth.realsense_top": {
104
+ "dtype": "int32",
105
+ "shape": [
106
+ 480,
107
+ 640
108
+ ],
109
+ "names": [
110
+ "height",
111
+ "width"
112
+ ],
113
+ "info": null
114
+ },
115
+ "observation.images.realsense_top": {
116
+ "dtype": "video",
117
+ "shape": [
118
+ 480,
119
+ 640,
120
+ 3
121
+ ],
122
+ "names": [
123
+ "height",
124
+ "width",
125
+ "channels"
126
+ ],
127
+ "info": {
128
+ "video.height": 480,
129
+ "video.width": 640,
130
+ "video.codec": "av1",
131
+ "video.pix_fmt": "yuv420p",
132
+ "video.is_depth_map": false,
133
+ "video.fps": 30,
134
+ "video.channels": 3,
135
+ "has_audio": false
136
+ }
137
+ },
138
+ "timestamp": {
139
+ "dtype": "float32",
140
+ "shape": [
141
+ 1
142
+ ],
143
+ "names": null
144
+ },
145
+ "frame_index": {
146
+ "dtype": "int64",
147
+ "shape": [
148
+ 1
149
+ ],
150
+ "names": null
151
+ },
152
+ "episode_index": {
153
+ "dtype": "int64",
154
+ "shape": [
155
+ 1
156
+ ],
157
+ "names": null
158
+ },
159
+ "index": {
160
+ "dtype": "int64",
161
+ "shape": [
162
+ 1
163
+ ],
164
+ "names": null
165
+ },
166
+ "task_index": {
167
+ "dtype": "int64",
168
+ "shape": [
169
+ 1
170
+ ],
171
+ "names": null
172
+ }
173
+ }
174
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Tie a knot in the plastic bag."}
videos/chunk-000/observation.images.realsense_top/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae4e03d014915912bacb6d0ee25f62b3d645c038c35e8caa9f0573b6e6c191e1
3
+ size 2604701
videos/chunk-000/observation.images.realsense_top/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2edf9e50943893c8bab60c8a80731964a7427d07af852c0bb0511903648ffc61
3
+ size 2297713
videos/chunk-000/observation.images.wrist_left/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47e3fe64471c1b6857f98c64b64e196674fafbe5aff3853ad2c3c196804d9a54
3
+ size 2196851
videos/chunk-000/observation.images.wrist_left/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ccdd8915345952077b2220e4c62c08d442ae41d3316ed59d5ff0af5ba28e887
3
+ size 2936931
videos/chunk-000/observation.images.wrist_right/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa46e2b662caeddf0f35182fa0a13db1479ec25c6753d93bf717b21914a1aa13
3
+ size 2333539
videos/chunk-000/observation.images.wrist_right/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8eb9b68cfc94204666c586da5e32dc06c70206136380507d516dc2e62eceaad2
3
+ size 2781687