JeffSSC commited on
Commit
b5b5b93
·
verified ·
1 Parent(s): aeb6d7a

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:611d22c806003330b91e33fe4f207ba1dfed823484d6d48ac7f7ad363fde3704
3
+ size 26764
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Carta 0"], "length": 893}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-2.116788387298584, -99.4991683959961, -15.850920677185059, 40.8879508972168, -39.66451644897461, 2.408759117126465], "max": [-1.1678831577301025, -57.679466247558594, 30.48944854736328, 100.0, 44.464515686035156, 2.4817519187927246], "mean": [-1.486578106880188, -96.12578582763672, 21.004249572753906, 81.4925308227539, 2.11551833152771, 2.4159722328186035], "std": [0.23300139605998993, 9.212973594665527, 13.57680606842041, 12.260734558105469, 11.138230323791504, 0.021755492314696312], "count": [893]}, "observation.state": {"min": [-2.091402053833008, -99.40702819824219, -15.094339370727539, 42.04216766357422, -39.40491485595703, 3.809523820877075], "max": [-1.1618900299072266, -59.08513259887695, 30.458221435546875, 99.42124938964844, 43.751617431640625, 4.217687129974365], "mean": [-1.6984610557556152, -96.14009094238281, 21.068021774291992, 81.22618865966797, 1.974446177482605, 3.8116097450256348], "std": [0.14507000148296356, 8.89052677154541, 13.574910163879395, 11.88068675994873, 11.047078132629395, 0.022556768730282784], "count": [893]}, "observation.images.garra": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5357616070712539]], [[0.5272573253739123]], [[0.5206544343197401]]], "std": [[[0.3022962497957355]], [[0.30543675407043747]], [[0.2981004723364875]]], "count": [163]}, "observation.images.celular": {"min": [[[0.0]], [[0.0]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5087610331709371]], [[0.4929790563976102]], [[0.5310026928204821]]], "std": [[[0.32021734012826736]], [[0.30994483509010523]], [[0.2707084381166111]]], "count": [163]}, "observation.images.cartas": {"min": [[[0.054901960784313725]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[0.8823529411764706]], [[0.9137254901960784]]], "mean": [[[0.3451408937808252]], [[0.3074006275311761]], [[0.2616726337262921]]], "std": [[[0.26923059336013333]], [[0.23095998015345323]], [[0.1836564402250364]]], "count": [163]}, "timestamp": {"min": [0.0], "max": [29.733333333333334], "mean": [14.866666666666664], "std": [8.592891118696766], "count": [893]}, "frame_index": {"min": [0], "max": [892], "mean": [446.0], "std": [257.78673356090303], "count": [893]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [893]}, "index": {"min": [0], "max": [892], "mean": [446.0], "std": [257.78673356090303], "count": [893]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [893]}}}
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": 893,
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 0"}
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:9ba147c0ee3abf1a5e4c1cbae9e06ebcd6a187be8a97a2956aeeaa035135166a
3
+ size 3349395
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:e0b63ef61bd70c039613fd17969b3210bca82893e22c26328f2c18e45a8c7553
3
+ size 32778568
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:03a2dcf67eb9193aaaea893a379836e0d3f745966d9883542dde233962b3dfe5
3
+ size 18512489