uelundgren commited on
Commit
b242a09
·
verified ·
1 Parent(s): 3d9d582

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:19542f1166cdfb1698ef8313ba1111ec8cd2ad6ddb554c7902f8ed9fffe92509
3
+ size 1149612
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Throw the dice"], "length": 16608}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-23.99209976196289, -98.23582458496094, -46.83530044555664, -45.86735916137695, -61.231380462646484, 0.6545047760009766], "max": [35.436744689941406, 44.03156280517578, 91.35453796386719, 100.15370178222656, 24.249359130859375, 48.17683410644531], "mean": [0.7090998291969299, -13.952208518981934, 21.91434669494629, 55.98670196533203, -40.96620178222656, 14.642960548400879], "std": [15.99856185913086, 28.096481323242188, 32.238311767578125, 29.11412239074707, 11.73924732208252, 9.79620361328125], "count": [16608]}, "observation.state": {"min": [-23.72881317138672, -98.05989074707031, -43.33333206176758, -43.74193572998047, -60.83116912841797, 1.050558090209961], "max": [34.6515998840332, 43.98987579345703, 91.71170806884766, 99.3978500366211, 21.298702239990234, 47.73473358154297], "mean": [0.5618429183959961, -12.360562324523926, 23.956384658813477, 56.157588958740234, -41.010498046875, 15.028779983520508], "std": [15.798949241638184, 28.371767044067383, 32.208717346191406, 29.09794807434082, 11.728074073791504, 9.42136001586914], "count": [16608]}, "observation.images.arm": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45044814284868073]], [[0.3715538377457686]], [[0.30844325946863016]]], "std": [[[0.21902965655920076]], [[0.2462639951594436]], [[0.2584669436639874]]], "count": [1462]}, "observation.images.table": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4596963547673972]], [[0.3411021948736175]], [[0.275467095755881]]], "std": [[[0.23068769432550568]], [[0.2590640537035827]], [[0.2712278971962204]]], "count": [1462]}, "timestamp": {"min": [0.0], "max": [553.5666666666667], "mean": [276.78333333333336], "std": [159.81055422199356], "count": [16608]}, "frame_index": {"min": [0], "max": [16607], "mean": [8303.5], "std": [4794.316626659806], "count": [16608]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [16608]}, "index": {"min": [0], "max": [16607], "mean": [8303.5], "std": [4794.316626659806], "count": [16608]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [16608]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 16608,
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
+ "shoulder_pan.pos",
24
+ "shoulder_lift.pos",
25
+ "elbow_flex.pos",
26
+ "wrist_flex.pos",
27
+ "wrist_roll.pos",
28
+ "gripper.pos"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "shoulder_pan.pos",
38
+ "shoulder_lift.pos",
39
+ "elbow_flex.pos",
40
+ "wrist_flex.pos",
41
+ "wrist_roll.pos",
42
+ "gripper.pos"
43
+ ]
44
+ },
45
+ "observation.images.arm": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 640,
49
+ 480,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 640,
59
+ "video.width": 480,
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.table": {
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": "Throw the dice"}
videos/chunk-000/observation.images.arm/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8708800d1bc4be729658abce4e781bc4b5ae7656918902e0ba436b0712ce48e
3
+ size 110095029
videos/chunk-000/observation.images.table/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d30e2e1fc690238184a292fe19527eab9abd7427adeb54e2ad638dcaeadc7412
3
+ size 243434159