JeffSSC commited on
Commit
4ecbf9a
·
verified ·
1 Parent(s): 866eb06

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:1afc441eb62eeebe231d80fa95319bf66d843e10698722ce524793dfeacf943f
3
+ size 37772
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Carta 1"], "length": 893}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-30.94890594482422, -98.99832916259766, -32.01616668701172, 34.122623443603516, -9.419354438781738, 1.3138686418533325], "max": [2.1897809505462646, 32.13689422607422, 29.05253791809082, 100.0, 98.65806579589844, 48.97810363769531], "mean": [-18.812929153442383, -9.334705352783203, -11.918208122253418, 65.59600067138672, 9.066214561462402, 21.3045654296875], "std": [11.468240737915039, 49.07927703857422, 23.390403747558594, 19.44320297241211, 29.856399536132812, 19.259241104125977], "count": [893]}, "observation.state": {"min": [-30.67389678955078, -98.8140640258789, -29.380054473876953, 34.8491096496582, -9.133247375488281, 3.4693877696990967], "max": [2.0139427185058594, 32.65565490722656, 29.02066421508789, 99.42124938964844, 98.29236602783203, 48.63945388793945], "mean": [-18.939908981323242, -8.271079063415527, -10.81757640838623, 65.7679214477539, 9.042281150817871, 21.902095794677734], "std": [11.472872734069824, 49.61533737182617, 22.704301834106445, 19.1447811126709, 29.770069122314453, 18.48404312133789], "count": [893]}, "observation.images.garra": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5306702078070492]], [[0.5053779296483419]], [[0.5139017565359477]]], "std": [[[0.3115077643125313]], [[0.31535410161749045]], [[0.2913872944700273]]], "count": [163]}, "observation.images.celular": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49591405153574725]], [[0.48421512866394]], [[0.5149532333894703]]], "std": [[[0.30695890429131817]], [[0.2986610299767346]], [[0.2681822133655606]]], "count": [163]}, "observation.images.cartas": {"min": [[[0.054901960784313725]], [[0.023529411764705882]], [[0.0]]], "max": [[[1.0]], [[0.8980392156862745]], [[0.9176470588235294]]], "mean": [[[0.3489277274048679]], [[0.30722209566341874]], [[0.26484254831789567]]], "std": [[[0.27014118003542864]], [[0.22723513806809578]], [[0.1829589592592582]]], "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 1"}
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:80c96545247cb6430d3f4721459c787ce456a4eb10d79474a89c384f7d097e62
3
+ size 3611018
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:8da5449c1a26f2019c3c4fee045b6818a1bd2adf250cdc25ffae60825b077bd7
3
+ size 31123538
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:24518060dbd4aefd26bf68a620156d1aa0fd325600a2e8d686df5d613a9d1c80
3
+ size 11601467