ssaito commited on
Commit
aabfbf8
·
verified ·
1 Parent(s): 82f4a66

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:661373cd52c89b077fb0a57aab65a2f3c448fe86ff07e93ef2b6dc0631517de2
3
+ size 25932
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a toy banana and put it in the box."], "length": 674}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-17.05078125, 69.521484375, 81.03515625, -21.181640625, -10.1953125, 9.052734375], "max": [6.064453125, 118.828125, 180.17578125, 56.337890625, 53.0859375, 34.98046875], "mean": [0.030774759128689766, 109.15731811523438, 156.17762756347656, -0.5931965112686157, 1.908426284790039, 29.599580764770508], "std": [4.4969329833984375, 15.589404106140137, 38.21726608276367, 26.029172897338867, 20.486572265625, 8.190887451171875], "count": [674]}, "observation.state": {"min": [-16.787109375, 68.90625, 83.671875, -20.830078125, -9.31640625, 15.64453125], "max": [5.361328125, 117.94921875, 177.275390625, 55.810546875, 51.943359375, 33.3984375], "mean": [-0.5515984296798706, 108.22734832763672, 154.50482177734375, -1.2418136596679688, 2.4700655937194824, 29.017990112304688], "std": [4.168435573577881, 15.983150482177734, 36.28977966308594, 27.076229095458984, 19.95962142944336, 6.472881317138672], "count": [674]}, "observation.images.side_cam": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.39760014771902025]], [[0.3960163274905922]], [[0.41911080370700465]]], "std": [[[0.3143818610549049]], [[0.25646134098122997]], [[0.24111378934186722]]], "count": [132]}, "observation.images.overhead_cam": {"min": [[[0.00784313725490196]], [[0.00784313725490196]], [[0.01568627450980392]]], "max": [[[0.9098039215686274]], [[0.8352941176470589]], [[0.8784313725490196]]], "mean": [[[0.493609477124183]], [[0.4677382897603486]], [[0.44205201525054466]]], "std": [[[0.26965472398406637]], [[0.2377293409566121]], [[0.2044238623991184]]], "count": [132]}, "timestamp": {"min": [0.0], "max": [22.433333333333334], "mean": [11.216666666666667], "std": [6.485560885536423], "count": [674]}, "frame_index": {"min": [0], "max": [673], "mean": [336.5], "std": [194.56682656609271], "count": [674]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [674]}, "index": {"min": [0], "max": [673], "mean": [336.5], "std": [194.56682656609271], "count": [674]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [674]}}}
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": 674,
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:bffb4b7ed35efef7b541ddfe028236cf62a90239135e4acd2e26756de24c5e2c
3
+ size 4350843
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:1d0f6dab3857d3c1657c79941b5b3477f8f8f74b8c9eedd00aca48d07d0cd633
3
+ size 47013407