Team-Atom commited on
Commit
96b7e63
·
verified ·
1 Parent(s): 7d421f6

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:734a1f2a031239904326e6757b088e8b10a0cdb8b3b72832b8664af13da2d0b3
3
+ size 97758
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Click the Blue button"], "length": 1488}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-88.58253479003906, -99.7144775390625, -76.82024383544922, 5.241813659667969, -88.56340789794922, 20.171512603759766], "max": [-88.53496551513672, 16.545391082763672, 103.51126098632812, 102.66683959960938, -88.53671264648438, 31.7896728515625], "mean": [-88.555908203125, -30.06411361694336, 0.42569664120674133, 43.76544189453125, -88.54601287841797, 27.536447525024414], "std": [0.01137238834053278, 36.16035079956055, 53.54320526123047, 26.32965660095215, 0.005593113135546446, 3.9784321784973145], "count": [1488]}, "observation.state": {"min": [-88.58184814453125, -99.40617370605469, -74.13394927978516, 7.210031509399414, -88.57040405273438, 20.10771942138672], "max": [-88.53569030761719, 19.239904403686523, 99.84603881835938, 99.791015625, -88.53721618652344, 31.77737808227539], "mean": [-88.55597686767578, -28.533649444580078, 2.264969825744629, 45.11015319824219, -88.54623413085938, 27.474205017089844], "std": [0.011222033761441708, 37.333396911621094, 52.9007682800293, 25.950761795043945, 0.0057451799511909485, 3.9858627319335938], "count": [1488]}, "observation.images.web": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6558262154059671]], [[0.607525048199196]], [[0.6717910411026335]]], "std": [[[0.29123377868754036]], [[0.2506731670226506]], [[0.24997700495301628]]], "count": [239]}, "observation.images.rs": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36882579750868266]], [[0.4460645253917467]], [[0.4701326041923045]]], "std": [[[0.2659470593568553]], [[0.2098073042251085]], [[0.21257617883896132]]], "count": [239]}, "timestamp": {"min": [0.0], "max": [49.56666666666667], "mean": [24.78333333333333], "std": [14.318283442533911], "count": [1488]}, "frame_index": {"min": [0], "max": [1487], "mean": [743.5], "std": [429.5485032760173], "count": [1488]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1488]}, "index": {"min": [0], "max": [1487], "mean": [743.5], "std": [429.5485032760173], "count": [1488]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1488]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "koch_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 1488,
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.web": {
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.rs": {
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": "Click the Blue button"}
videos/chunk-000/observation.images.rs/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:319a7a2d08a85f2444c75ef35b2457997f8b04263cfd1289c9825d578b9b2207
3
+ size 7118305
videos/chunk-000/observation.images.web/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b4294b85c3b9bcbd4776359d1b8a07de643bd83fc27d1ec633cb9d6711cf992
3
+ size 25787560