mauriciogtec commited on
Commit
a7d328a
·
verified ·
1 Parent(s): dd69eb0

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:1e5aa0ec99cdc6a00b8db5b100453ab1284e653c1b152e1c4c1f268c8fbc2e91
3
+ size 47712
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Solve the puzzle by placing the pieces in their correct positions."], "length": 1139}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [34.971248626708984, -99.74832153320312, -34.822242736816406, -38.400352478027344, -5.851482391357422, 1.383238434791565], "max": [60.58546829223633, 48.57382583618164, 99.63536834716797, 100.0, 56.651798248291016, 55.004066467285156], "mean": [48.19672393798828, -36.514469146728516, 34.475799560546875, 55.68352127075195, 12.400725364685059, 7.569324970245361], "std": [6.231070518493652, 56.99391174316406, 31.672258377075195, 37.99974060058594, 15.141043663024902, 11.785868644714355], "count": [1139]}, "observation.state": {"min": [36.35496139526367, -98.733642578125, -31.18474769592285, -37.04974365234375, -5.596330165863037, 2.4932613372802734], "max": [59.064884185791016, 49.430137634277344, 99.18292999267578, 99.05660247802734, 56.23853302001953, 54.24528121948242], "mean": [48.07740020751953, -34.930965423583984, 35.444114685058594, 55.90152359008789, 12.337563514709473, 12.067671775817871], "std": [5.851100921630859, 57.773590087890625, 30.425100326538086, 37.60993194580078, 15.140809059143066, 12.112751960754395], "count": [1139]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6325636615757414]], [[0.5815311013294207]], [[0.5793931141901204]]], "std": [[[0.2512208215845051]], [[0.27173648796763117]], [[0.28115236851994635]]], "count": [196]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7082697975023343]], [[0.5018487863895558]], [[0.5350036660497532]]], "std": [[[0.29111776546597534]], [[0.32856106069245494]], [[0.32988356776358224]]], "count": [196]}, "timestamp": {"min": [0.0], "max": [37.93333333333333], "mean": [18.966666666666665], "std": [10.960028386013525], "count": [1139]}, "frame_index": {"min": [0], "max": [1138], "mean": [569.0], "std": [328.8008515804057], "count": [1139]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1139]}, "index": {"min": [0], "max": [1138], "mean": [569.0], "std": [328.8008515804057], "count": [1139]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1139]}}}
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": 1139,
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:300cacda24aa0cde3a3ac5cb21f16ba6166c692626b386674b30977171347ced
3
+ size 87849229
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:d63b73e7a76db8397b8298c011505a1635c78bbf1daeb2552e24d792e9e46182
3
+ size 9737210