danielkorth commited on
Commit
c6e2b8d
·
verified ·
1 Parent(s): f88f7b3

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:c06e890e0a938c7defe56a463eb939b07a3de9679a997fb59321f39efe49868b
3
+ size 54127
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["put the green marker into the black bag"], "length": 1188}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-11.593118667602539, -99.5020751953125, -58.84995651245117, 3.273040533065796, -18.405872344970703, 1.8209408521652222], "max": [52.05684280395508, 45.14522933959961, 99.3710708618164, 99.05254364013672, 0.15731514990329742, 53.1866455078125], "mean": [0.28457432985305786, -11.125116348266602, 16.740360260009766, 68.69850158691406, -7.249838829040527, 6.360351085662842], "std": [13.001861572265625, 51.726863861083984, 47.61865997314453, 18.784635543823242, 6.657620429992676, 8.881131172180176], "count": [1188]}, "observation.state": {"min": [-11.24173355102539, -98.83769226074219, -56.60377502441406, 4.336625099182129, -18.33943748474121, 2.5590550899505615], "max": [52.09404754638672, 44.95641326904297, 98.19182586669922, 98.62602233886719, -0.12210012227296829, 52.88713836669922], "mean": [0.3355279862880707, -10.129977226257324, 17.513498306274414, 68.62578582763672, -7.34867000579834, 7.937218189239502], "std": [12.999677658081055, 51.799259185791016, 46.92943572998047, 18.6339168548584, 6.655758857727051, 8.42661190032959], "count": [1188]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4842683226962402]], [[0.4915477415388598]], [[0.47705018746359934]]], "std": [[[0.31183409320693734]], [[0.3062451504432546]], [[0.3039212797407406]]], "count": [202]}, "observation.images.gripper": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5389798956917751]], [[0.5256412862793632]], [[0.529805346251537]]], "std": [[[0.2681168723886959]], [[0.27085005074060187]], [[0.27527047999202975]]], "count": [202]}, "timestamp": {"min": [0.0], "max": [39.56666666666667], "mean": [19.783333333333335], "std": [11.431531280078246], "count": [1188]}, "frame_index": {"min": [0], "max": [1187], "mean": [593.5], "std": [342.9459384023474], "count": [1188]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1188]}, "index": {"min": [0], "max": [1187], "mean": [593.5], "std": [342.9459384023474], "count": [1188]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1188]}}}
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": 1188,
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.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": 30,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.gripper": {
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 green marker into the black bag"}
videos/chunk-000/observation.images.gripper/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd6d9125ca3979fed2eed7d773735c95ad412b40004ea9be0abf5e7311f574db
3
+ size 4622872
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:671c8db7041f0ab9724a29888375ddf7270d4577ad4eb23bec189625fb3b2a3f
3
+ size 6918685