kaiserbuffle commited on
Commit
76ae227
·
verified ·
1 Parent(s): b034376

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:cc040beb3930be314f7e17d0e9654e1f4e42d5b1040f49a476c1b8374e05f82b
3
+ size 89274
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Hanoi tower."], "length": 4939}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [13.88671875, 193.798828125, 182.28515625, 54.84375, -2.197265625, 0.08598452806472778], "max": [13.88671875, 193.798828125, 182.28515625, 54.84375, -2.197265625, 0.08598452806472778], "mean": [13.886892318725586, 193.80828857421875, 182.29458618164062, 54.84375, -2.197265625, 0.08598945289850235], "std": [0.00017356254102196544, 0.009460280649363995, 0.009430166333913803, 0.0, 0.0, 4.924692802887876e-06], "count": [4939]}, "observation.state": {"min": [14.150390625, 192.392578125, 182.109375, 54.84375, -2.4609375, 0.5691056847572327], "max": [14.150390625, 192.392578125, 182.109375, 54.84375, -2.4609375, 0.5691056847572327], "mean": [14.14935302734375, 192.3880157470703, 182.1204376220703, 54.84375, -2.4609375, 0.5690931677818298], "std": [0.00103759765625, 0.0045624952763319016, 0.011062296107411385, 0.0, 0.0, 1.2516582501120865e-05], "count": [4939]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9137254901960784]], [[1.0]]], "mean": [[[0.6050246720929459]], [[0.6395502336545823]], [[0.6359585115738429]]], "std": [[[0.178576301812028]], [[0.1652792207643174]], [[0.17164251145753848]]], "count": [589]}, "observation.images.base": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7803921568627451]], [[0.7725490196078432]], [[0.8352941176470589]]], "mean": [[[0.25663897592851515]], [[0.2588576146148895]], [[0.26103451693354196]]], "std": [[[0.2776637336367336]], [[0.2757261429625011]], [[0.27525693054858513]]], "count": [589]}, "timestamp": {"min": [0.0], "max": [164.6], "mean": [82.3], "std": [47.525548684657785], "count": [4939]}, "frame_index": {"min": [0], "max": [4938], "mean": [2469.0], "std": [1425.7664605397338], "count": [4939]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [4939]}, "index": {"min": [0], "max": [4938], "mean": [2469.0], "std": [1425.7664605397338], "count": [4939]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [4939]}}}
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": 4939,
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.wrist": {
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.base": {
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": "Hanoi tower."}
videos/chunk-000/observation.images.base/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32a35685473bd86dcfb6289dcc849dc261ce176c698d9c77ab06a1ca6773a11c
3
+ size 14427533
videos/chunk-000/observation.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f212382a1613f18189dbc0702e91e9c78fb2f24a877bcfe91956d238d459f1b
3
+ size 12190538