sergiov2000 commited on
Commit
f8a5524
·
verified ·
1 Parent(s): 9ac9379

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:5964b653ee9127afcc7cab08e39a627d363db94ed74ea8b28a6f81a361790825
3
+ size 37573
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick the ball and place it in the box."], "length": 590}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-52.89936065673828, 101.97943878173828, 89.83366394042969, 50.37480926513672, -0.13289332389831543, -1.2707576751708984], "max": [2.475935459136963, 172.25711059570312, 140.5479278564453, 79.78864288330078, 38.98009490966797, 51.59861755371094], "mean": [-5.683768272399902, 155.50433349609375, 131.1078643798828, 65.49495697021484, 2.5694568157196045, 32.67701721191406], "std": [14.37740707397461, 22.97078514099121, 16.100482940673828, 3.975707769393921, 6.642988204956055, 11.562005996704102], "count": [590]}, "observation.state": {"min": [-52.646484375, 101.689453125, 93.33984375, 51.85546875, 0.087890625, 2.7570788860321045], "max": [2.021484375, 171.5625, 142.3828125, 79.1015625, 38.232421875, 51.26676559448242], "mean": [-5.73478889465332, 154.83128356933594, 132.03271484375, 65.70881652832031, 2.8084778785705566, 32.78515625], "std": [14.424007415771484, 23.37894630432129, 15.548219680786133, 3.900303602218628, 6.2710089683532715, 10.748291015625], "count": [590]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.984313725490196]], [[1.0]]], "mean": [[[0.488739809894546]], [[0.49456281752897235]], [[0.45838789167627836]]], "std": [[[0.22588268575315099]], [[0.17449878349687342]], [[0.2064321784900853]]], "count": [119]}, "observation.images.above": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5127987209589718]], [[0.5052280269951117]], [[0.46122187723128466]]], "std": [[[0.17582192106567862]], [[0.16176527769883148]], [[0.1717737491007401]]], "count": [119]}, "timestamp": {"min": [0.0], "max": [29.45], "mean": [14.725], "std": [8.515904238540966], "count": [590]}, "frame_index": {"min": [0], "max": [589], "mean": [294.5], "std": [170.31808477081933], "count": [590]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [590]}, "index": {"min": [0], "max": [589], "mean": [294.5], "std": [170.31808477081933], "count": [590]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [590]}}}
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": 590,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 20,
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": 20,
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": 20,
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 place 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:d1202014e4291364af39d0b75e2c64c98aa71dbc3db8d0b2ff05fb517343dbdf
3
+ size 13201305
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:d03f9e8227de15f841eeb41bb216229619ea82e851fb8d60a44b8f7e2043f596
3
+ size 8693164