danielkr452 commited on
Commit
d896d85
·
verified ·
1 Parent(s): e6dcc6f

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:39c5c1362b8fd3fd810824217dd61df1d3dde4073a0191848254f76918ff94fe
3
+ size 34936
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the square."], "length": 476}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-5.1557464599609375, 82.26201629638672, 112.92073059082031, 17.013042449951172, -18.371145248413086, 10.829676628112793], "max": [12.475836753845215, 115.05735778808594, 143.46197509765625, 52.002403259277344, 6.56471061706543, 31.874149322509766], "mean": [3.723930597305298, 94.6063232421875, 129.7295379638672, 33.044254302978516, -3.4399163722991943, 23.056568145751953], "std": [4.046531677246094, 7.866476058959961, 7.0691118240356445, 8.403783798217773, 5.739838123321533, 4.602883338928223], "count": [476]}, "observation.state": {"min": [-3.1640625, 82.44140625, 116.015625, 17.40234375, -17.490234375, 12.3757905960083], "max": [11.42578125, 111.09375, 142.646484375, 50.9765625, 5.888671875, 30.803974151611328], "mean": [3.6075778007507324, 92.89996337890625, 129.81185913085938, 32.47392272949219, -3.1797573566436768, 22.42658805847168], "std": [3.7031447887420654, 6.936358451843262, 6.450876712799072, 8.317975997924805, 5.272696495056152, 4.487407207489014], "count": [476]}, "observation.images.laptop": {"min": [[[0.09411764705882353]], [[0.09411764705882353]], [[0.09411764705882353]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.1670684232026144]], [[0.1670684232026144]], [[0.1670684232026144]]], "std": [[[0.07161437836700132]], [[0.07161437836700132]], [[0.07161437836700132]]], "count": [101]}, "observation.images.phone": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3905230800653595]], [[0.3777126892836343]], [[0.38866297401799005]]], "std": [[[0.31163102813358584]], [[0.3049735315880469]], [[0.30455392658710007]]], "count": [101]}, "timestamp": {"min": [0.0], "max": [15.833333333333334], "mean": [7.916666666666666], "std": [4.5803020278870985], "count": [476]}, "frame_index": {"min": [0], "max": [475], "mean": [237.5], "std": [137.40906083661295], "count": [476]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [476]}, "index": {"min": [0], "max": [475], "mean": [237.5], "std": [137.40906083661295], "count": [476]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [476]}}}
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": 476,
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 square."}
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:c6291d266b63e635f0b81ed5548cd0e06916de5868c747a4a2b37833d3e42b43
3
+ size 468965
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:269484d2cc1036b8b9c7270bb1f1882d07c8ea3f81d4606817737b2e56ad432a
3
+ size 4501220