sergiov2000 commited on
Commit
fe9bd9f
·
verified ·
1 Parent(s): d845ad6

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:c86286c98e52403c2368a9b86a03d7fff9f4a7107afb6c55efda97d2d14f3e28
3
+ size 48499
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick the ball and place it in the box."], "length": 799}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-12.025978088378906, 108.55424499511719, 105.07150268554688, 35.25577926635742, 0.0, 11.573797225952148], "max": [3.226785182952881, 147.35252380371094, 140.0, 80.0, 0.0, 44.59231185913086], "mean": [-3.3948023319244385, 117.02007293701172, 117.95381927490234, 56.54127883911133, 0.0, 32.56101989746094], "std": [2.5789692401885986, 9.386030197143555, 7.947622776031494, 8.1871337890625, 0.0, 5.641125679016113], "count": [799]}, "observation.state": {"min": [-11.6015625, 108.193359375, 107.314453125, 35.947265625, -0.263671875, 11.922503471374512], "max": [3.33984375, 146.42578125, 141.85546875, 79.365234375, 0.3515625, 44.18777847290039], "mean": [-3.4256443977355957, 115.8621826171875, 119.44770050048828, 56.78965759277344, 0.15708111226558685, 32.54323959350586], "std": [2.5283331871032715, 9.621384620666504, 8.095399856567383, 8.127687454223633, 0.08330633491277695, 5.54062557220459], "count": [799]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46032264978213505]], [[0.4783727219498911]], [[0.44948518518518515]]], "std": [[[0.17174859098802225]], [[0.15987063136398053]], [[0.1694428632749948]]], "count": [150]}, "observation.images.above": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5135510185185185]], [[0.5122865168845315]], [[0.4812462867647059]]], "std": [[[0.27467866428893306]], [[0.2232942383202537]], [[0.24356834584589457]]], "count": [150]}, "timestamp": {"min": [0.0], "max": [39.9], "mean": [19.95], "std": [11.532562594670797], "count": [799]}, "frame_index": {"min": [0], "max": [798], "mean": [399.0], "std": [230.65125189341592], "count": [799]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [799]}, "index": {"min": [0], "max": [798], "mean": [399.0], "std": [230.65125189341592], "count": [799]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [799]}}}
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": 799,
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:3a3196c980c2d364fa9803d6ff97fdc41599267cd961ba4554458c449206829d
3
+ size 12161596
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:ed083ed2877aeb7dce65621d487f32471d007b115ccd021b4d0bae63cd212fbf
3
+ size 14963428