godnpeter commited on
Commit
f33578a
·
verified ·
1 Parent(s): e9e6682

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:20eeea2026d2db3859df0c9b2a36eb460d7699ea8261cb252aab8c2b5d602a84
3
+ size 12826
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick up Pikachu and place it in the tin"], "length": 526}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-11.479154586791992, -96.65809631347656, 99.90946197509766, 73.62013244628906, 59.023197174072266, 6.3189568519592285], "max": [-11.479154586791992, -96.65809631347656, 99.90946197509766, 73.62013244628906, 59.023197174072266, 6.3189568519592285], "mean": [-11.479129791259766, -96.65750885009766, 99.909912109375, 73.62067413330078, 59.02340316772461, 6.31892204284668], "std": [2.47955322265625e-05, 0.00058746337890625, 0.00045013427734375, 0.00054168701171875, 0.00020599365234375, 3.4809112548828125e-05], "count": [526]}, "observation.state": {"min": [-11.81873893737793, -96.7367935180664, 97.39091491699219, -3.171416997909546, 59.023197174072266, 5.997304439544678], "max": [18.922229766845703, -28.295406341552734, 99.82006072998047, 72.54114532470703, 61.758243560791016, 6.334231853485107], "mean": [-11.427400588989258, -95.56766510009766, 99.79116821289062, 71.15621948242188, 59.051910400390625, 6.329488754272461], "std": [3.071300745010376, 7.96681022644043, 0.23138239979743958, 9.12576675415039, 0.23480644822120667, 0.03857758268713951], "count": [526]}, "observation.images.front": {"min": [[[0.054901960784313725]], [[0.027450980392156862]], [[0.01568627450980392]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5948571335771822]], [[0.5411286902120686]], [[0.484913805940317]]], "std": [[[0.18164469964551547]], [[0.18441349164392284]], [[0.18473947336876279]]], "count": [109]}, "timestamp": {"min": [0.0], "max": [17.5], "mean": [8.75], "std": [5.061428213020071], "count": [526]}, "frame_index": {"min": [0], "max": [525], "mean": [262.5], "std": [151.84284639060215], "count": [526]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [526]}, "index": {"min": [0], "max": [525], "mean": [262.5], "std": [151.84284639060215], "count": [526]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [526]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 526,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
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
+ "timestamp": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "frame_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "episode_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "task_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ }
103
+ }
104
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Pick up Pikachu and place it in the tin"}
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:fffeaf999d99c50dfb4d916f22552880228bbfcb4cede4c55875416afe3c635d
3
+ size 9046752