uelundgren commited on
Commit
5e51cbd
·
verified ·
1 Parent(s): 2b91993

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:3a3986ec77289c15012c0f79fc48e2e630dfc00a2ddb52c182fbb9740e55eb31
3
+ size 244945
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the plush toy and put it on the white plate"], "length": 3449}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-62.209930419921875, -47.700721740722656, -84.84530639648438, 37.087257385253906, -19.945552825927734, 0.9470443725585938], "max": [42.39933395385742, 46.7586784362793, 34.12034606933594, 100.55915069580078, 11.600244522094727, 73.12947082519531], "mean": [-6.071725845336914, -0.1345667541027069, -19.32745933532715, 84.30258178710938, -4.507246494293213, 23.303970336914062], "std": [25.360918045043945, 22.898405075073242, 22.973312377929688, 14.591471672058105, 8.149547576904297, 25.17462921142578], "count": [3449]}, "observation.state": {"min": [-61.77024459838867, -46.43610382080078, -81.17117309570312, 38.2365608215332, -19.636363983154297, 1.3788574934005737], "max": [40.960453033447266, 47.785743713378906, 33.96396255493164, 99.65591430664062, 11.220779418945312, 72.61982727050781], "mean": [-6.241143226623535, 1.9834338426589966, -17.53514289855957, 84.306884765625, -4.550536632537842, 23.49494171142578], "std": [25.28240203857422, 23.03873062133789, 22.512725830078125, 14.273746490478516, 8.096260070800781, 24.799949645996094], "count": [3449]}, "observation.images.arm": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.45249329566085694]], [[0.4048512413761801]], [[0.2634402296659405]]], "std": [[[0.23044243823637528]], [[0.22521135179159904]], [[0.21253976503778996]]], "count": [450]}, "observation.images.table": {"min": [[[0.00784313725490196]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5486600839687726]], [[0.5093818763616558]], [[0.3746346990740741]]], "std": [[[0.08859382351344781]], [[0.09658775802348998]], [[0.1241103937199161]]], "count": [450]}, "timestamp": {"min": [0.0], "max": [114.93333333333334], "mean": [57.46666666666666], "std": [33.18801657894675], "count": [3449]}, "frame_index": {"min": [0], "max": [3448], "mean": [1724.0], "std": [995.6404973684025], "count": [3449]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [3449]}, "index": {"min": [0], "max": [3448], "mean": [1724.0], "std": [995.6404973684025], "count": [3449]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [3449]}}}
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": 3449,
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
+ 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.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": "Grab the plush toy and put it on the white plate"}
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:a36715c29d720d344baa238cabf426404d0543e6e948a7ecae954b4d77a3bb56
3
+ size 25508985
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:d6362f4565d8d78a19da173c4b35e7e2e2795cbcf770c410da2eb0ad068c6e6b
3
+ size 5721030