szfforever commited on
Commit
693da83
·
verified ·
1 Parent(s): 246c110

Upload folder using huggingface_hub

Browse files
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1156471aa52eb31d4e43cc5b345f153361194d27202f4fc8f56b310a0598bfe3
3
+ size 62047
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp the red stick put it in the bin."], "length": 1405}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-3.779296875, 20.126953125, 61.171875, -85.25390625, 71.982421875, -0.16977928578853607], "max": [25.927734375, 193.798828125, 165.322265625, 62.578125, 105.029296875, 47.36842346191406], "mean": [13.707121849060059, 91.31802368164062, 105.50283813476562, -4.082003593444824, 88.7569808959961, 33.187049865722656], "std": [5.774553298950195, 41.76768112182617, 23.851436614990234, 44.05159378051758, 8.790282249450684, 17.230745315551758], "count": [1405]}, "observation.state": {"min": [-3.603515625, 22.060546875, 64.16015625, -83.583984375, 71.982421875, 0.06891798973083496], "max": [25.6640625, 194.0625, 167.255859375, 62.314453125, 104.765625, 47.1399040222168], "mean": [13.662582397460938, 90.89986419677734, 107.19396209716797, -3.0011050701141357, 88.79656219482422, 32.95832824707031], "std": [5.793158531188965, 42.11813735961914, 23.948951721191406, 44.05282974243164, 8.799400329589844, 17.279571533203125], "count": [1405]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5818184758255558]], [[0.5625656216999172]], [[0.5454774622185119]]], "std": [[[0.2831797569558971]], [[0.3080492796223683]], [[0.3453801508655208]]], "count": [229]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6386673935767903]], [[0.5886932626580472]], [[0.5305451620786596]]], "std": [[[0.3127947251197202]], [[0.30188547199829535]], [[0.30209997105334235]]], "count": [229]}, "observation.images.topdown": {"min": [[[0.0]], [[0.0]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5913679048220453]], [[0.560803109926649]], [[0.5410277742101207]]], "std": [[[0.20808949484581493]], [[0.21721572741392373]], [[0.23617049514273294]]], "count": [229]}, "timestamp": {"min": [0.0], "max": [23.4], "mean": [11.7], "std": [6.759807689572241], "count": [1405]}, "frame_index": {"min": [0], "max": [1404], "mean": [702.0], "std": [405.5884613743345], "count": [1405]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1405]}, "index": {"min": [0], "max": [1404], "mean": [702.0], "std": [405.5884613743345], "count": [1405]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1405]}}}
meta/info.json ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101",
4
+ "total_episodes": 1,
5
+ "total_frames": 1405,
6
+ "total_tasks": 1,
7
+ "total_videos": 3,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 60,
11
+ "splits": {
12
+ "train": "0:1"
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
+ 6
21
+ ],
22
+ "names": [
23
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "main_shoulder_pan",
38
+ "main_shoulder_lift",
39
+ "main_elbow_flex",
40
+ "main_wrist_flex",
41
+ "main_wrist_roll",
42
+ "main_gripper"
43
+ ]
44
+ },
45
+ "observation.images.wrist": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 480,
59
+ "video.width": 640,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 60,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.side": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 60,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "observation.images.topdown": {
92
+ "dtype": "video",
93
+ "shape": [
94
+ 480,
95
+ 640,
96
+ 3
97
+ ],
98
+ "names": [
99
+ "height",
100
+ "width",
101
+ "channels"
102
+ ],
103
+ "info": {
104
+ "video.height": 480,
105
+ "video.width": 640,
106
+ "video.codec": "av1",
107
+ "video.pix_fmt": "yuv420p",
108
+ "video.is_depth_map": false,
109
+ "video.fps": 60,
110
+ "video.channels": 3,
111
+ "has_audio": false
112
+ }
113
+ },
114
+ "timestamp": {
115
+ "dtype": "float32",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "frame_index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ },
128
+ "episode_index": {
129
+ "dtype": "int64",
130
+ "shape": [
131
+ 1
132
+ ],
133
+ "names": null
134
+ },
135
+ "index": {
136
+ "dtype": "int64",
137
+ "shape": [
138
+ 1
139
+ ],
140
+ "names": null
141
+ },
142
+ "task_index": {
143
+ "dtype": "int64",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "names": null
148
+ }
149
+ }
150
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grasp the red stick put it in the bin."}
videos/chunk-000/observation.images.side/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daafc8688e310bf43b27ddcbb4320fd9a7681b724479d79fbc0ba23f5ba2003e
3
+ size 17176373
videos/chunk-000/observation.images.topdown/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9833a4e4d0004eb33a701cf439f3bdcdcdd0441de63be65117238dec5d9ff803
3
+ size 10738755
videos/chunk-000/observation.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53b26b8983c83a0e83f87db1d3a58f5cdd84166190de67d6c6a2eed8f8825af2
3
+ size 11612965