ssaito commited on
Commit
3b5822a
·
verified ·
1 Parent(s): 3090295

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:e97a789627d92062bf5ffd83e00b60a2c5905aec9e5ccf02d6ee6ae3a5d94b69
3
+ size 13160
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a toy banana and put it in the box."], "length": 211}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-29.00390625, 97.91015625, 101.513671875, -11.865234375, -18.369140625, 4.921875], "max": [19.423828125, 129.0234375, 179.912109375, 83.232421875, 39.0234375, 66.708984375], "mean": [1.216722846031189, 118.99807739257812, 151.6371612548828, 15.121353149414062, -5.073913097381592, 39.09341812133789], "std": [7.828977584838867, 8.459359169006348, 31.6909122467041, 29.948612213134766, 10.535452842712402, 12.613240242004395], "count": [211]}, "observation.state": {"min": [-28.916015625, 96.6796875, 104.501953125, -11.953125, -17.75390625, 4.658203125], "max": [18.544921875, 128.056640625, 177.099609375, 81.123046875, 38.84765625, 65.302734375], "mean": [1.367511510848999, 118.25621032714844, 150.4862518310547, 15.387940406799316, -4.4649271965026855, 38.430694580078125], "std": [7.531505584716797, 8.63626766204834, 29.717926025390625, 30.67497444152832, 10.898219108581543, 12.41792106628418], "count": [211]}, "observation.images.overhead_cam": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49042438725490195]], [[0.46795002178649237]], [[0.44520752723311546]]], "std": [[[0.31089468845149265]], [[0.27007456128213186]], [[0.2510630763924424]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [14.0], "mean": [7.0], "std": [4.060651288757616], "count": [211]}, "frame_index": {"min": [0], "max": [210], "mean": [105.0], "std": [60.909769331364245], "count": [211]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [211]}, "index": {"min": [0], "max": [210], "mean": [105.0], "std": [60.909769331364245], "count": [211]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [211]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "koch",
4
+ "total_episodes": 1,
5
+ "total_frames": 211,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 15,
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.overhead_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": 15.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
+ "timestamp": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "frame_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "episode_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "task_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ }
103
+ }
104
+ }
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:7c467c41d9f53ead03c3d2eabddbf6b04cc9e2be19f90dd5bac0c34cf8e3507e
3
+ size 8762772