ssaito commited on
Commit
7a2d487
·
verified ·
1 Parent(s): 931df98

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:a0901ec0e8792a99d1bb4ac812d8f314473672fc734cd557f0323e739878196b
3
+ size 31224
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a toy banana and put it in the box."], "length": 673}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-1.40625, 71.806640625, 89.033203125, -28.828125, -43.2421875, 12.041015625], "max": [42.275390625, 128.408203125, 180.52734375, 70.048828125, -0.966796875, 34.98046875], "mean": [10.033896446228027, 102.37908935546875, 142.69964599609375, 5.858112812042236, -12.946171760559082, 29.58975601196289], "std": [15.077194213867188, 14.325037002563477, 39.15462875366211, 37.88376998901367, 10.098079681396484, 7.751864433288574], "count": [673]}, "observation.state": {"min": [-0.52734375, 71.630859375, 91.93359375, -27.7734375, -42.451171875, 15.732421875], "max": [41.484375, 127.353515625, 177.5390625, 69.78515625, -0.3515625, 33.486328125], "mean": [10.077384948730469, 101.48040771484375, 142.091064453125, 6.5976738929748535, -12.594086647033691, 29.11060333251953], "std": [14.538835525512695, 14.504993438720703, 37.06776809692383, 37.96530532836914, 10.084674835205078, 6.126988887786865], "count": [673]}, "observation.images.side_cam": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48574349087278007]], [[0.511278539067142]], [[0.4810948393246187]]], "std": [[[0.2801507154011156]], [[0.2731246878331515]], [[0.24506256188695813]]], "count": [132]}, "observation.images.overhead_cam": {"min": [[[0.0]], [[0.047058823529411764]], [[0.0784313725490196]]], "max": [[[0.8980392156862745]], [[0.9176470588235294]], [[0.9098039215686274]]], "mean": [[[0.5198006535947713]], [[0.5254858387799565]], [[0.4916732026143791]]], "std": [[[0.21860067342388625]], [[0.19595457957283516]], [[0.1679539832093457]]], "count": [132]}, "timestamp": {"min": [0.0], "max": [22.4], "mean": [11.200000000000001], "std": [6.475938370443142], "count": [673]}, "frame_index": {"min": [0], "max": [672], "mean": [336.0], "std": [194.27815111329426], "count": [673]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [673]}, "index": {"min": [0], "max": [672], "mean": [336.0], "std": [194.27815111329426], "count": [673]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [673]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "koch",
4
+ "total_episodes": 1,
5
+ "total_frames": 673,
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
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "main_shoulder_pan",
38
+ "main_shoulder_lift",
39
+ "main_elbow_flex",
40
+ "main_wrist_flex",
41
+ "main_wrist_roll",
42
+ "main_gripper"
43
+ ]
44
+ },
45
+ "observation.images.side_cam": {
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.fps": 30.0,
59
+ "video.height": 1080,
60
+ "video.width": 1920,
61
+ "video.channels": 3,
62
+ "video.codec": "av1",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.overhead_cam": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 1080,
72
+ 1920,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.fps": 30.0,
82
+ "video.height": 1080,
83
+ "video.width": 1920,
84
+ "video.channels": 3,
85
+ "video.codec": "av1",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
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": "Grasp a toy banana and put it in the box."}
videos/chunk-000/observation.images.overhead_cam/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:284965944afa2ccadebac53385dae3d2c9727732499bcb5d6b2126ffa9af6d6f
3
+ size 4605293
videos/chunk-000/observation.images.side_cam/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56dd56b293812d425d20a679ecf36c487642dffaa03c3a23d02a071ea6ddef18
3
+ size 62203375