ssaito commited on
Commit
33070a1
·
verified ·
1 Parent(s): e50e7e1

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:cc02cddc5e314388d4e53ac6b152aabf123ca728854f7dcb9366216ea02ab4a9
3
+ size 6804
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a toy banana and put it in the box."], "length": 50}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-10.1953125, 72.24609375, 78.662109375, -22.587890625, -10.458984375, 9.931640625], "max": [18.80859375, 118.564453125, 180.3515625, 42.01171875, 67.763671875, 35.5078125], "mean": [3.077929735183716, 95.75508117675781, 122.43867492675781, 19.174219131469727, 24.639257431030273, 26.096485137939453], "std": [11.240388870239258, 15.663591384887695, 33.639896392822266, 21.463424682617188, 27.337783813476562, 9.635711669921875], "count": [50]}, "observation.state": {"min": [-9.931640625, 72.333984375, 80.419921875, -19.599609375, -9.66796875, 15.8203125], "max": [17.9296875, 117.94921875, 177.451171875, 42.099609375, 66.708984375, 34.453125], "mean": [3.427734375, 94.6880874633789, 122.3560562133789, 20.550586700439453, 24.394922256469727, 26.687108993530273], "std": [10.78757095336914, 15.666603088378906, 31.492971420288086, 20.599716186523438, 26.65299415588379, 7.4607253074646], "count": [50]}, "observation.images.overhead_cam": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9529411764705882]]], "mean": [[[0.4143057734204793]], [[0.35942799564270156]], [[0.3068638725490196]]], "std": [[[0.19430603812706013]], [[0.15330921136966283]], [[0.13035218820327168]]], "count": [50]}, "observation.images.side_cam": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3812143300653595]], [[0.3863210838779957]], [[0.4263981753812636]]], "std": [[[0.31810160588923914]], [[0.26204176424211695]], [[0.27104328342399314]]], "count": [50]}, "timestamp": {"min": [0.0], "max": [9.8], "mean": [4.9], "std": [2.8861739379323623], "count": [50]}, "frame_index": {"min": [0], "max": [49], "mean": [24.5], "std": [14.430869689661812], "count": [50]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [50]}, "index": {"min": [0], "max": [49], "mean": [24.5], "std": [14.430869689661812], "count": [50]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [50]}}}
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": 50,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 5,
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": 5.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.side_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": 5.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:6fc95653827ddce0e08c631a27545b26c773adf9947eda572f4f415ae2907305
3
+ size 457604
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:8c03643f2d5c378a2026bab5f2818db8540ce26fe4de1ae1498b325ff9017909
3
+ size 2895908