bensprenger commited on
Commit
c7797a6
·
verified ·
1 Parent(s): 2a32d69

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:f3614e3651796603e420ecdcfdc3ee20fc372fa1f6b1a397a0a485366f1462df
3
+ size 27905
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 896}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-92.4609375, 128.232421875, 103.0078125, 45.263671875, -110.390625, -0.09765625], "max": [82.08984375, 186.328125, 172.6171875, 80.947265625, -72.421875, 0.09765625], "mean": [-7.927910804748535, 179.89608764648438, 163.12998962402344, 77.01914978027344, -80.13868713378906, -0.009046281687915325], "std": [23.88921546936035, 14.237414360046387, 20.32291603088379, 6.419384479522705, 5.228511333465576, 0.041946206241846085], "count": [896]}, "observation.state": {"min": [-92.4609375, 128.14453125, 106.083984375, 46.318359375, -108.6328125, -0.4332129955291748], "max": [79.62890625, 186.50390625, 172.79296875, 80.771484375, -73.30078125, 0.288808673620224], "mean": [-8.178242683410645, 179.861083984375, 163.4051971435547, 75.527587890625, -80.20638275146484, 0.06188714876770973], "std": [23.70002555847168, 14.286391258239746, 19.737545013427734, 5.67888069152832, 5.256261348724365, 0.08270765095949173], "count": [896]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5619992594430411]], [[0.591385188610209]], [[0.6069738837764145]]], "std": [[[0.2503336241401367]], [[0.2269537418514532]], [[0.20299164092182834]]], "count": [163]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4679313073900317]], [[0.46991518931192106]], [[0.4882430793636473]]], "std": [[[0.2163578144423779]], [[0.19599437743822445]], [[0.19097767032254412]]], "count": [163]}, "timestamp": {"min": [0.0], "max": [29.833333333333332], "mean": [14.916666666666668], "std": [8.621758650195575], "count": [896]}, "frame_index": {"min": [0], "max": [895], "mean": [447.5], "std": [258.65275950586727], "count": [896]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [896]}, "index": {"min": [0], "max": [895], "mean": [447.5], "std": [258.65275950586727], "count": [896]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [896]}}}
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": 896,
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:9e268ffcfb3de75436207d8e4c86faf78cc571623db7309c9bd8734c53efe4f7
3
+ size 8765419
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:0a8b3deb18de79fb618b312621917354988de0cbc4d5016fbb9bd0613208561c
3
+ size 3061744