Hitdogea commited on
Commit
1a5fcf9
·
verified ·
1 Parent(s): 47c9471

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:60ec305b710bd2a1bf3abbd8f4c51c3faf2702e233579d76aaea5c87bcd389ec
3
+ size 56269
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 1297}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-41.484375, 80.244140625, 87.71484375, 50.185546875, -158.466796875, 8.866544723510742], "max": [45.17578125, 185.185546875, 173.056640625, 109.3359375, -28.125, 77.42230224609375], "mean": [1.3586114645004272, 131.6085968017578, 130.70152282714844, 80.21556091308594, -97.56188201904297, 28.76367950439453], "std": [23.987075805664062, 32.716209411621094, 30.558216094970703, 15.956618309020996, 26.194759368896484, 19.564897537231445], "count": [1297]}, "observation.state": {"min": [-41.572265625, 79.365234375, 91.669921875, 50.625, -158.203125, 10.046082496643066], "max": [45.17578125, 185.09765625, 173.583984375, 102.12890625, -28.30078125, 77.23502349853516], "mean": [1.3030445575714111, 130.6145477294922, 132.24510192871094, 79.1322250366211, -97.5479965209961, 29.091394424438477], "std": [23.991010665893555, 33.361610412597656, 29.230709075927734, 14.78917121887207, 26.146116256713867, 19.270830154418945], "count": [1297]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.4316925050305616]], [[0.4496136916379206]], [[0.3976517347872791]]], "std": [[[0.12870121593818548]], [[0.14108072135170413]], [[0.16263899927761002]]], "count": [216]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3650029209407529]], [[0.3914500319610869]], [[0.3550063477744493]]], "std": [[[0.16827285183278984]], [[0.18164937193327924]], [[0.18179058198248854]]], "count": [216]}, "timestamp": {"min": [0.0], "max": [43.2], "mean": [21.599999999999998], "std": [12.480384609458156], "count": [1297]}, "frame_index": {"min": [0], "max": [1296], "mean": [648.0], "std": [374.4115382837447], "count": [1297]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1297]}, "index": {"min": [0], "max": [1296], "mean": [648.0], "std": [374.4115382837447], "count": [1297]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1297]}}}
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": 1297,
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": "av1",
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": "av1",
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:585e384fa3c3dd2b424db1dffff5aab4ab5011e0639751c05101a73b8005e7b6
3
+ size 3345338
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:2f5d7094b70243c1ad4f0e5163180007146a5f586dae0d06a767dac7881bef2a
3
+ size 12839896