mauriciogtec commited on
Commit
f68835c
·
verified ·
1 Parent(s): 5e86121

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:1e04e8b7e886586adcfb6435dd49954f1f5c43d661a5cf9360c00d18cf50a2c6
3
+ size 80908
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Solve the puzzle by placing the pieces in their correct positions."], "length": 1810}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [31.312074661254883, -99.49664306640625, -56.15314483642578, -88.95272064208984, -99.84255981445312, 1.4646053314208984], "max": [61.003658294677734, 65.68791961669922, 99.72652435302734, 100.0, 21.64786148071289, 63.62896728515625], "mean": [46.855690002441406, 4.2845940589904785, 14.930984497070312, 36.63855743408203, -21.479413986206055, 17.355857849121094], "std": [5.262594699859619, 54.32720184326172, 47.85514831542969, 44.77027893066406, 39.27737045288086, 17.801645278930664], "count": [1810]}, "observation.state": {"min": [31.774808883666992, -97.6361312866211, -74.76168823242188, -88.76500701904297, -75.64220428466797, 2.223719596862793], "max": [58.110687255859375, 65.63951110839844, 99.364501953125, 98.11320495605469, 20.0, 62.8032341003418], "mean": [46.347782135009766, 7.966084003448486, 15.184335708618164, 37.32746505737305, -18.093841552734375, 22.378690719604492], "std": [4.766697883605957, 53.803306579589844, 46.2320556640625, 43.524261474609375, 32.97859191894531, 15.499390602111816], "count": [1810]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6093714203691907]], [[0.5951418648686911]], [[0.5860777431710751]]], "std": [[[0.2396274557276573]], [[0.25407890457794174]], [[0.26265480870167984]]], "count": [277]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5432569628784125]], [[0.49249460843302423]], [[0.5725130807437295]]], "std": [[[0.3543600730985351]], [[0.333859106633661]], [[0.285080411077568]]], "count": [277]}, "timestamp": {"min": [0.0], "max": [60.3], "mean": [30.15], "std": [17.416730462403095], "count": [1810]}, "frame_index": {"min": [0], "max": [1809], "mean": [904.5], "std": [522.5019138720929], "count": [1810]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1810]}, "index": {"min": [0], "max": [1809], "mean": [904.5], "std": [522.5019138720929], "count": [1810]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1810]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 1810,
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
+ "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.front": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 1080,
49
+ 1920,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 1080,
59
+ "video.width": 1920,
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.wrist": {
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": "Solve the puzzle by placing the pieces in their correct positions."}
videos/chunk-000/observation.images.front/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:653a97cfcd6a8f00acc65742311be5249a94fa4e30f583d81a2e6ae66f4706c6
3
+ size 158612047
videos/chunk-000/observation.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04750d571edac38a0b3d77a6e254332d0b526461adbe14efe9ffd371acf30253
3
+ size 7904064