javasoup commited on
Commit
4c78d40
·
verified ·
1 Parent(s): f63ea4e

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:9f6fa989a2be7a7d6891dff8049902036a7407b5828b57182b893c2d2d45c111
3
+ size 56376
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick up keyboard key"], "length": 855}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [12.373771667480469, 44.36155700683594, 42.204811096191406, -8.418201446533203, -10.261978149414062, 9.433557510375977], "max": [97.22506713867188, 138.28778076171875, 181.686767578125, 101.05470275878906, 30.864110946655273, 34.945030212402344], "mean": [73.71955871582031, 67.54978942871094, 64.51725769042969, 81.27436065673828, 17.564605712890625, 25.7375431060791], "std": [21.73587417602539, 22.236003875732422, 32.91181945800781, 24.53062629699707, 8.996581077575684, 8.728334426879883], "count": [855]}, "observation.state": {"min": [12.744140625, 44.384765625, 44.296875, -9.404296875, -9.66796875, 10.458984375], "max": [99.140625, 129.990234375, 178.505859375, 98.173828125, 30.41015625, 34.365234375], "mean": [73.61151885986328, 66.06729125976562, 66.47702026367188, 80.43461608886719, 17.513980865478516, 25.510587692260742], "std": [21.85344696044922, 21.185014724731445, 32.392723083496094, 25.237186431884766, 9.002365112304688, 8.227935791015625], "count": [855]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.21370539629353852]], [[0.45878182784189625]], [[0.6339710781728304]]], "std": [[[0.21094804556727206]], [[0.1793320733880999]], [[0.2970867121932527]]], "count": [158]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4007104779411765]], [[0.47276004436584756]], [[0.5218705918548854]]], "std": [[[0.26230462500350366]], [[0.22584178392852577]], [[0.21954469813003122]]], "count": [158]}, "timestamp": {"min": [0.0], "max": [28.466666666666665], "mean": [14.233333333333333], "std": [8.227235708754636], "count": [855]}, "frame_index": {"min": [0], "max": [854], "mean": [427.0], "std": [246.8170712626391], "count": [855]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [855]}, "index": {"min": [0], "max": [854], "mean": [427.0], "std": [246.8170712626391], "count": [855]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [855]}}}
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": 855,
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.top": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 480,
59
+ "video.width": 640,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 30,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.front": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
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": "Pick up keyboard key"}
videos/chunk-000/observation.images.front/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2df9581078a24fbd10c6aceaf432d22eb1edbf7558039f7201d852d355812336
3
+ size 14034969
videos/chunk-000/observation.images.top/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8216b122ad2901b119d6f54065d0e588bad9b4eac8a016a4579db9091ebfcbb8
3
+ size 19243707