zijian2022 commited on
Commit
709d651
·
verified ·
1 Parent(s): 87c063e

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:3495c934b0b6419789fe1b21f362b3e3a4177ca5b4fc557815a46ea502ffea08
3
+ size 62342
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 1663}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-47.724609375, 92.197265625, 138.955078125, -70.751953125, -10.546875, -0.6071118712425232], "max": [5.009765625, 190.1953125, 174.814453125, 76.904296875, 1.58203125, 35.12575912475586], "mean": [-31.561250686645508, 118.99725341796875, 166.96104431152344, -42.6239013671875, -4.828857898712158, 3.2718403339385986], "std": [20.18648338317871, 28.44205665588379, 10.382597923278809, 46.55879211425781, 3.195516586303711, 8.460795402526855], "count": [1663]}, "observation.state": {"min": [-46.494140625, 92.724609375, 139.74609375, -67.763671875, -9.580078125, 0.454132616519928], "max": [4.5703125, 188.4375, 174.19921875, 75.5859375, 0.52734375, 34.241600036621094], "mean": [-31.013261795043945, 117.03760528564453, 166.9775848388672, -41.2425537109375, -4.488658428192139, 14.410462379455566], "std": [19.838584899902344, 28.039962768554688, 10.064973831176758, 45.08517837524414, 2.667285680770874, 6.621427059173584], "count": [1663]}, "observation.images.laptop": {"min": [[[0.0]], [[0.054901960784313725]], [[0.00392156862745098]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48118792892156864]], [[0.5200641017785319]], [[0.49850456023755657]]], "std": [[[0.35908223965957303]], [[0.24406656480979236]], [[0.25875602739907183]]], "count": [260]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9215686274509803]]], "mean": [[[0.5516863601370036]], [[0.5447181207579186]], [[0.40547636375062845]]], "std": [[[0.20317232607146035]], [[0.18312942231075474]], [[0.18704681368162057]]], "count": [260]}, "timestamp": {"min": [0.0], "max": [55.4], "mean": [27.7], "std": [16.002222067922666], "count": [1663]}, "frame_index": {"min": [0], "max": [1662], "mean": [831.0], "std": [480.0666620376799], "count": [1663]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1663]}, "index": {"min": [0], "max": [1662], "mean": [831.0], "std": [480.0666620376799], "count": [1663]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1663]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 1663,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
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.laptop": {
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.fps": 30.0,
59
+ "video.height": 480,
60
+ "video.width": 640,
61
+ "video.channels": 3,
62
+ "video.codec": "h264",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.phone": {
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.fps": 30.0,
82
+ "video.height": 480,
83
+ "video.width": 640,
84
+ "video.channels": 3,
85
+ "video.codec": "h264",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ }
127
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grasp a lego block and put it in the bin."}
videos/chunk-000/observation.images.laptop/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d426514f56211283c236a9a00070b9eb461f209f4543eb1be1115a8644777ceb
3
+ size 17715308
videos/chunk-000/observation.images.phone/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93b95355712dc4986d6ac0987a4aaa056574f856f903bdef031692fab3ddbc32
3
+ size 18158613