mathildekappel commited on
Commit
c916719
·
verified ·
1 Parent(s): c8b3cbd

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:094d99cd4a620fea91f2ff5a0eba72283ef9a223fe3c19d5b8db1a5f442b6a20
3
+ size 51449
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["put object on the box"], "length": 1316}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-7.81758975982666, -98.36363983154297, -71.2488784790039, 70.2513427734375, 0.8547008633613586, 0.0], "max": [48.127037048339844, 44.09090805053711, 92.54267883300781, 100.0, 17.16727638244629, 35.023040771484375], "mean": [9.814377784729004, -35.938663482666016, 18.875919342041016, 81.49898529052734, 8.442375183105469, 8.380475997924805], "std": [12.629586219787598, 55.997589111328125, 60.494293212890625, 8.599281311035156, 4.584017753601074, 12.307518005371094], "count": [1316]}, "observation.state": {"min": [-7.699076175689697, -98.58690643310547, -69.14749908447266, 71.1878662109375, 1.0012210607528687, 1.2837837934494019], "max": [47.822261810302734, 44.70089340209961, 99.9097900390625, 99.83150482177734, 16.678876876831055, 34.72972869873047], "mean": [9.89306354522705, -35.31788635253906, 20.833208084106445, 81.86605072021484, 8.4518404006958, 11.000054359436035], "std": [12.709043502807617, 56.83007049560547, 60.60496520996094, 8.464202880859375, 4.630612850189209, 11.781164169311523], "count": [1316]}, "observation.images.wirst": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5298913323739282]], [[0.5641678256356059]], [[0.5621863813185825]]], "std": [[[0.16902045412521513]], [[0.14978203668897253]], [[0.17534350771234664]]], "count": [218]}, "observation.images.top": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[0.996078431372549]], [[1.0]], [[1.0]]], "mean": [[[0.40270798198866703]], [[0.38546449919799725]], [[0.39842128099328417]]], "std": [[[0.2046938142373073]], [[0.19715882324421627]], [[0.19984094397261465]]], "count": [218]}, "timestamp": {"min": [0.0], "max": [43.833333333333336], "mean": [21.916666666666668], "std": [12.663212248258514], "count": [1316]}, "frame_index": {"min": [0], "max": [1315], "mean": [657.5], "std": [379.89636744775544], "count": [1316]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1316]}, "index": {"min": [0], "max": [1315], "mean": [657.5], "std": [379.89636744775544], "count": [1316]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1316]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 1316,
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.wirst": {
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.top": {
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": "put object on the box"}
videos/chunk-000/observation.images.top/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6271d4571cf861d30cc08fa096f3d8066857e7dd1b12e145f3414794ed3b2908
3
+ size 17114951
videos/chunk-000/observation.images.wirst/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9b217eae0f81e3119cd1bcd5a53ba4877c801090436cc03994e373bef82387e
3
+ size 11637924