JeffSSC commited on
Commit
3265531
·
verified ·
1 Parent(s): 58e3b85

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:90c8b1d5443df470e00c894f951621cc27e38e17f10c2c9aab95bc5862af5da4
3
+ size 37967
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Carta 5"], "length": 886}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-14.379562377929688, -99.24874877929688, -28.42388916015625, 9.852008819580078, 3.277419328689575, 0.0], "max": [33.06569290161133, 32.05342102050781, 42.8828010559082, 98.900634765625, 99.32903289794922, 37.080291748046875], "mean": [9.492929458618164, -43.90828323364258, 7.809538841247559, 68.6039047241211, 22.576948165893555, 11.156045913696289], "std": [15.816272735595703, 55.903602600097656, 22.41171646118164, 29.937915802001953, 29.22732162475586, 12.647836685180664], "count": [886]}, "observation.state": {"min": [-14.252517700195312, -99.23760986328125, -26.325246810913086, 10.706903457641602, 3.492884874343872, 3.401360511779785], "max": [32.61037826538086, 32.31681442260742, 42.40790557861328, 98.67713928222656, 98.91332244873047, 36.73469543457031], "mean": [9.523608207702637, -43.37212371826172, 8.839798927307129, 68.69654846191406, 22.481748580932617, 12.027093887329102], "std": [15.775866508483887, 56.44828796386719, 21.780473709106445, 29.661039352416992, 29.116371154785156, 11.91505241394043], "count": [886]}, "observation.images.garra": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5020104960965868]], [[0.49212354504559025]], [[0.49985085330428464]]], "std": [[[0.31390373312324377]], [[0.3163059719225119]], [[0.2976603678334134]]], "count": [162]}, "observation.images.celular": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5306443128177196]], [[0.5098345424332285]], [[0.5367070939744211]]], "std": [[[0.31203082871524995]], [[0.30521407120539434]], [[0.2791930432954712]]], "count": [162]}, "observation.images.cartas": {"min": [[[0.01568627450980392]], [[0.03137254901960784]], [[0.0]]], "max": [[[0.9921568627450981]], [[0.9098039215686274]], [[0.9372549019607843]]], "mean": [[[0.35706951126644076]], [[0.3205046724965706]], [[0.26952272578269987]]], "std": [[[0.2744620258565424]], [[0.23251149717163402]], [[0.1868303943893305]]], "count": [162]}, "timestamp": {"min": [0.0], "max": [29.5], "mean": [14.75], "std": [8.525533544724471], "count": [886]}, "frame_index": {"min": [0], "max": [885], "mean": [442.5], "std": [255.76600634173417], "count": [886]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [886]}, "index": {"min": [0], "max": [885], "mean": [442.5], "std": [255.76600634173417], "count": [886]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [886]}}}
meta/info.json ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 886,
6
+ "total_tasks": 1,
7
+ "total_videos": 3,
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.garra": {
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.celular": {
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
+ "observation.images.cartas": {
92
+ "dtype": "video",
93
+ "shape": [
94
+ 480,
95
+ 640,
96
+ 3
97
+ ],
98
+ "names": [
99
+ "height",
100
+ "width",
101
+ "channels"
102
+ ],
103
+ "info": {
104
+ "video.height": 480,
105
+ "video.width": 640,
106
+ "video.codec": "av1",
107
+ "video.pix_fmt": "yuv420p",
108
+ "video.is_depth_map": false,
109
+ "video.fps": 30,
110
+ "video.channels": 3,
111
+ "has_audio": false
112
+ }
113
+ },
114
+ "timestamp": {
115
+ "dtype": "float32",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "frame_index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ },
128
+ "episode_index": {
129
+ "dtype": "int64",
130
+ "shape": [
131
+ 1
132
+ ],
133
+ "names": null
134
+ },
135
+ "index": {
136
+ "dtype": "int64",
137
+ "shape": [
138
+ 1
139
+ ],
140
+ "names": null
141
+ },
142
+ "task_index": {
143
+ "dtype": "int64",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "names": null
148
+ }
149
+ }
150
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Carta 5"}
videos/chunk-000/observation.images.cartas/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c00097b88b8690abc8d083759f6fdd1ce9aa30d0612dc0b14f9a9a6f169a06d
3
+ size 5009493
videos/chunk-000/observation.images.celular/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83a14241d1d2e0ea10c86b00e382198e0347d913e41e10db08c886c5f8709e4b
3
+ size 29257859
videos/chunk-000/observation.images.garra/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9867ecdc31524557aed4da0d5104b2b082a49a7fe1819292fb124bdc2af869e1
3
+ size 13081447