ssaito commited on
Commit
d8ad7c9
·
verified ·
1 Parent(s): 6b1c5f2

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:321ec4f0052f111eb79acd026da516834e12b05ba5dcfce71bddc87075d49226
3
+ size 29694
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a toy banana and put it in the box."], "length": 677}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-9.052734375, 63.544921875, 54.140625, -8.26171875, -5.2734375, 12.83203125], "max": [19.072265625, 136.669921875, 180.087890625, 63.193359375, 74.53125, 36.123046875], "mean": [1.9972074031829834, 111.12995910644531, 133.4049072265625, 28.516029357910156, 26.842731475830078, 29.87567138671875], "std": [8.579299926757812, 28.060447692871094, 45.8360710144043, 23.399181365966797, 28.312936782836914, 6.4502997398376465], "count": [677]}, "observation.state": {"min": [-8.701171875, 61.962890625, 58.0078125, -5.361328125, -4.5703125, 14.4140625], "max": [18.369140625, 129.990234375, 177.099609375, 63.28125, 73.65234375, 35.244140625], "mean": [2.4114747047424316, 107.1820297241211, 133.14833068847656, 25.35430335998535, 26.11896514892578, 29.222789764404297], "std": [7.907291412353516, 25.98139762878418, 43.71673583984375, 26.49051856994629, 28.36299705505371, 6.200687408447266], "count": [677]}, "observation.images.side_cam": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49676842567835217]], [[0.4480542970555225]], [[0.40917800760876744]]], "std": [[[0.2267161025592143]], [[0.22564335647388992]], [[0.22016723488852338]]], "count": [132]}, "observation.images.overhead_cam": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.0]], [[0.0]], [[0.0]]], "mean": [[[0.0]], [[0.0]], [[0.0]]], "std": [[[0.0]], [[0.0]], [[0.0]]], "count": [132]}, "timestamp": {"min": [0.0], "max": [22.533333333333335], "mean": [11.266666666666666], "std": [6.51442843062826], "count": [677]}, "frame_index": {"min": [0], "max": [676], "mean": [338.0], "std": [195.4328529188478], "count": [677]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [677]}, "index": {"min": [0], "max": [676], "mean": [338.0], "std": [195.4328529188478], "count": [677]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [677]}}}
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": 677,
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:7d5f7b3a6f811abb3fa2b2bb745e849838f5e4cf8f11645946eb2f4a1e5f5288
3
+ size 34011
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:cb8b31aae5c498272a9fadbc439101612bff2f328ad591b01fbaa3750812e1fe
3
+ size 18095486