BasedLukas commited on
Commit
1d3c09c
·
verified ·
1 Parent(s): d5ba161

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:34bd8cdcba22874bf2c7eaed9992298729ac7883168c3668a196316874436791
3
+ size 36624
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 894}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-11.953125, 37.177734375, 52.646484375, -10.01953125, -110.126953125, 1.4646053314208984], "max": [27.7734375, 197.75390625, 181.7578125, 80.068359375, -75.322265625, 57.28234100341797], "mean": [-0.06812997907400131, 133.87203979492188, 123.18304443359375, 34.55448532104492, -94.77362060546875, 33.20927047729492], "std": [10.605636596679688, 58.68621063232422, 52.570369720458984, 23.451120376586914, 9.291244506835938, 14.549145698547363], "count": [894]}, "observation.state": {"min": [-11.689453125, 36.474609375, 55.107421875, -9.052734375, -109.86328125, 7.5193257331848145], "max": [28.037109375, 196.5234375, 177.36328125, 79.892578125, -75.5859375, 56.921993255615234], "mean": [-0.21058358252048492, 132.49989318847656, 122.01875305175781, 34.72771072387695, -94.90081787109375, 33.771888732910156], "std": [10.638067245483398, 59.12294387817383, 49.798492431640625, 23.41640853881836, 9.32185173034668, 13.185736656188965], "count": [894]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.6818243927683548]], [[0.6435473329925018]], [[0.5879786303580736]]], "std": [[[0.1721332147551968]], [[0.20407090902308192]], [[0.2117611921643887]]], "count": [163]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.6818389069329163]], [[0.6435593448013152]], [[0.5879891171959581]]], "std": [[[0.17213248968526054]], [[0.20407543745710283]], [[0.21176801539169002]]], "count": [163]}, "timestamp": {"min": [0.0], "max": [29.766666666666666], "mean": [14.883333333333335], "std": [8.602513629209822], "count": [894]}, "frame_index": {"min": [0], "max": [893], "mean": [446.5], "std": [258.07540887629466], "count": [894]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [894]}, "index": {"min": [0], "max": [893], "mean": [446.5], "std": [258.07540887629466], "count": [894]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [894]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101",
4
+ "total_episodes": 1,
5
+ "total_frames": 894,
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.height": 480,
59
+ "video.width": 640,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 30,
64
+ "video.channels": 3,
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.height": 480,
82
+ "video.width": 640,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
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:f0ab455fff9ddb3d2a018c345893a40e0b2d6276a5336a461dac1253a6e1398c
3
+ size 11477567
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:86269a25728d995bfbd257acd513d9f22c434901133b1bf49ca7b23862bfcfd1
3
+ size 11468369