cijerezg commited on
Commit
079e57b
·
verified ·
1 Parent(s): 3a1711d

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:89dea246484ceba4a03da019f4841fd992da48fa20e662e2d803eaa1b6dec7a1
3
+ size 57996
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Put the sock in the container"], "length": 852}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-10.782793045043945, -28.217727661132812, -10.489065170288086, 40.43733215332031, -0.14333707094192505, 0.08754158020019531], "max": [14.491754531860352, 8.032193183898926, 60.0812873840332, 71.81818389892578, 6.797937393188477, 42.057247161865234], "mean": [9.4086332321167, -10.198929786682129, 15.214836120605469, 54.5052375793457, 3.6335930824279785, 22.82206153869629], "std": [4.643408298492432, 9.67469310760498, 12.73182201385498, 6.0940632820129395, 1.5838643312454224, 14.12411880493164], "count": [852]}, "observation.state": {"min": [-10.470779418945312, -26.45931053161621, -7.935076713562012, 38.91797637939453, 0.07336757332086563, 2.163461446762085], "max": [14.123376846313477, 8.393693923950195, 68.44003295898438, 70.76789093017578, 6.5297136306762695, 41.58654022216797], "mean": [9.297744750976562, -9.217348098754883, 16.719697952270508, 54.68423080444336, 3.58408784866333, 22.861000061035156], "std": [4.76089334487915, 9.824899673461914, 13.170019149780273, 6.129847049713135, 1.5674751996994019, 13.645605087280273], "count": [852]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5176829953721289]], [[0.5053938521786516]], [[0.46689157022207645]]], "std": [[[0.21588391328926548]], [[0.17197616089411552]], [[0.16525968158016657]]], "count": [157]}, "observation.images.bottom": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6060492563798343]], [[0.6098526536676241]], [[0.6075515772657258]]], "std": [[[0.2628556672718906]], [[0.24630359457048773]], [[0.24487630769686347]]], "count": [157]}, "timestamp": {"min": [0.0], "max": [28.366666666666667], "mean": [14.183333333333334], "std": [8.198368175481066], "count": [852]}, "frame_index": {"min": [0], "max": [851], "mean": [425.5], "std": [245.95104526443197], "count": [852]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [852]}, "index": {"min": [0], "max": [851], "mean": [425.5], "std": [245.95104526443197], "count": [852]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [852]}}}
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": 852,
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.top": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 340,
49
+ 340,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 340,
59
+ "video.width": 340,
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.bottom": {
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": "Put the sock in the container"}
videos/chunk-000/observation.images.bottom/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfae2db5aa3c7ebeeb6965c56acc60383bba76a3aa1b651770a81b38de8b6063
3
+ size 14001998
videos/chunk-000/observation.images.top/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:673367421ca27e3aeb3f32b644609bc52e4114ae101737272051f1e5ec49f30b
3
+ size 4416387