ilBiondo06 commited on
Commit
734f700
·
verified ·
1 Parent(s): cacbba1

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:38eee73b7f055c4454d1824bcdc51e84e9d71e707d249a2f99caa83842deb636
3
+ size 55659
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick the ball and put it in the box."], "length": 889}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-31.05462646484375, 90.1712417602539, 93.6189193725586, 34.166866302490234, -0.9275846481323242, 1.984344482421875], "max": [8.579103469848633, 171.6701202392578, 140.56863403320312, 78.23627471923828, 62.46213150024414, 45.24785614013672], "mean": [1.9137755632400513, 145.5077362060547, 126.15363311767578, 66.35074615478516, 4.447924613952637, 25.471630096435547], "std": [6.30198860168457, 32.2339973449707, 19.180551528930664, 14.356151580810547, 11.835412979125977, 7.025336742401123], "count": [889]}, "observation.state": {"min": [-29.970703125, 90.087890625, 96.6796875, 35.244140625, -0.3515625, 3.1987814903259277], "max": [8.0859375, 170.947265625, 142.470703125, 77.34375, 61.69921875, 44.24980926513672], "mean": [1.884952425956726, 145.0833282470703, 127.26895904541016, 66.4149398803711, 4.351426124572754, 25.405290603637695], "std": [6.2805023193359375, 32.68452835083008, 18.830659866333008, 14.283001899719238, 11.715821266174316, 6.750783443450928], "count": [889]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9803921568627451]], [[1.0]]], "mean": [[[0.5198064898027112]], [[0.5235091886548858]], [[0.4817128507524409]]], "std": [[[0.23419061211486342]], [[0.19100044486496087]], [[0.22965032737662747]]], "count": [162]}, "observation.images.above": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46465785120632613]], [[0.5028489495077866]], [[0.4766913908052933]]], "std": [[[0.16303118862178248]], [[0.1470831516945314]], [[0.15532741923432694]]], "count": [162]}, "timestamp": {"min": [0.0], "max": [29.6], "mean": [14.8], "std": [8.554401076508967], "count": [889]}, "frame_index": {"min": [0], "max": [888], "mean": [444.0], "std": [256.632032295269], "count": [889]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [889]}, "index": {"min": [0], "max": [888], "mean": [444.0], "std": [256.632032295269], "count": [889]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [889]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100MovellaDot",
4
+ "total_episodes": 1,
5
+ "total_frames": 889,
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.side": {
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.above": {
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": "Pick the ball and put it in the box."}
videos/chunk-000/observation.images.above/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f9c7fd2237be6559a6f9e3ddb8708872e392e0240f8a919c572aa026d0811e0
3
+ size 11264684
videos/chunk-000/observation.images.side/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daaa5dc6b68e0e533d23dc7959c78b249d24bdcad02f8e4624fa7c5158275ee3
3
+ size 12476473