Bartm3 commited on
Commit
9ff7dc3
·
verified ·
1 Parent(s): 131fa2b

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:de04ffbbfaf6c18467215d94ac488ac3c130c1e63cbc865019928be2ecbc2295
3
+ size 44190
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a dice and put it in the bin."], "length": 892}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-45.87890625, 82.705078125, 85.341796875, 7.55859375, -93.33984375, -4.567699909210205], "max": [15.1171875, 191.162109375, 177.275390625, 89.47265625, 19.16015625, 25.28548240661621], "mean": [-7.2199387550354, 158.37045288085938, 150.36294555664062, 41.4372673034668, -30.383060455322266, -1.7957234382629395], "std": [13.850903511047363, 41.0165901184082, 31.979328155517578, 16.471670150756836, 32.72943115234375, 7.020452499389648], "count": [892]}, "observation.state": {"min": [-44.912109375, 81.123046875, 92.109375, 8.525390625, -92.98828125, -3.5014007091522217], "max": [14.677734375, 190.8984375, 178.2421875, 86.748046875, 25.400390625, 24.579832077026367], "mean": [-7.066228866577148, 157.51943969726562, 153.26866149902344, 41.81016159057617, -30.13682746887207, 0.6197366714477539], "std": [13.804420471191406, 41.96359634399414, 30.3302001953125, 16.010774612426758, 32.79430389404297, 7.422083854675293], "count": [892]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4770299856650227]], [[0.49072971926500664]], [[0.4813439003668952]]], "std": [[[0.23914072557801605]], [[0.2223985033479235]], [[0.22718079414081516]]], "count": [163]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45329191226592885]], [[0.4756357662696981]], [[0.45372277356750473]]], "std": [[[0.21751282215367843]], [[0.23019212673718564]], [[0.26153941843808093]]], "count": [163]}, "timestamp": {"min": [0.0], "max": [29.7], "mean": [14.850000000000001], "std": [8.583268608170199], "count": [892]}, "frame_index": {"min": [0], "max": [891], "mean": [445.5], "std": [257.498058245106], "count": [892]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [892]}, "index": {"min": [0], "max": [891], "mean": [445.5], "std": [257.498058245106], "count": [892]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [892]}}}
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": 892,
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 dice 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:b2c4b0ec21f5fb10381f135c645f65bdc48ab9dc75bc328bad0929fffa890e43
3
+ size 4521666
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:eb3b380d48cd761f7db5a3e122ea698554224418e53a1cf75ec3d66dbd433cd6
3
+ size 7507657