ola31 commited on
Commit
da34162
·
verified ·
1 Parent(s): ec8f134

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:1fe4fb635b5bc10a3aa24e6d2c61369021e37720910a3d5ff1b11627cc6e3e97
3
+ size 13133
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["test"], "length": 450}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"timestamp": {"min": [0.0], "max": [14.966666666666667], "mean": [7.483333333333333], "std": [4.330116327237342], "count": [450]}, "frame_index": {"min": [0], "max": [449], "mean": [224.5], "std": [129.90348981712026], "count": [450]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [450]}, "index": {"min": [0], "max": [449], "mean": [224.5], "std": [129.90348981712026], "count": [450]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [450]}, "observation.images.cam_wrist": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[0.5882352941176471]], [[0.5764705882352941]], [[0.5843137254901961]]], "mean": [[[0.4007277008842753]], [[0.41108036091887734]], [[0.3987652032871972]]], "std": [[[0.20129165373772775]], [[0.1873454687991207]], [[0.1984360767634629]]], "count": [100]}, "observation.state": {"min": [-0.016921725124120712, -1.4848814010620117, 2.642425775527954, -1.1458836793899536, 1.56233549118042, 0.05830325558781624, 0.010395945981144905], "max": [-0.016873788088560104, -1.4848214387893677, 2.6425695419311523, -1.145871639251709, 1.562347412109375, 0.05831523984670639, 0.013366215862333775], "mean": [-0.0168877225369215, -1.4848653078079224, 2.6425087451934814, -1.1458779573440552, 1.5623441934585571, 0.058310478925704956, 0.01187774445861578], "std": [9.65100662142504e-06, 9.803006832953542e-06, 2.2595690097659826e-05, 5.930081442784285e-06, 5.896141828998225e-06, 5.876740033272654e-06, 0.00012121538020437583], "count": [450]}, "action": {"min": [-0.01840776950120926, -1.4848934412002563, 2.641270637512207, -1.1458836793899536, 1.5623552799224854, 0.05831974744796753, 0.012762919999659061], "max": [-0.016873788088560104, -1.483359456062317, 2.642805337905884, -1.1458836793899536, 1.5623552799224854, 0.05831974744796753, 0.012762919999659061], "mean": [-0.016901100054383278, -1.4848629236221313, 2.642529249191284, -1.145880103111267, 1.5623599290847778, 0.058319561183452606, 0.01276298426091671], "std": [0.00020270445384085178, 0.00018994431593455374, 0.0005952680949121714, 3.5762786865234375e-06, 4.649162292480469e-06, 1.862645149230957e-07, 6.426125764846802e-08], "count": [450]}}}
meta/info.json ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "omy_f3m",
4
+ "total_episodes": 1,
5
+ "total_frames": 450,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
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
+ "timestamp": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 1
21
+ ],
22
+ "names": null
23
+ },
24
+ "frame_index": {
25
+ "dtype": "int64",
26
+ "shape": [
27
+ 1
28
+ ],
29
+ "names": null
30
+ },
31
+ "episode_index": {
32
+ "dtype": "int64",
33
+ "shape": [
34
+ 1
35
+ ],
36
+ "names": null
37
+ },
38
+ "index": {
39
+ "dtype": "int64",
40
+ "shape": [
41
+ 1
42
+ ],
43
+ "names": null
44
+ },
45
+ "task_index": {
46
+ "dtype": "int64",
47
+ "shape": [
48
+ 1
49
+ ],
50
+ "names": null
51
+ },
52
+ "observation.images.cam_wrist": {
53
+ "dtype": "video",
54
+ "names": [
55
+ "height",
56
+ "width",
57
+ "channels"
58
+ ],
59
+ "shape": [
60
+ 480,
61
+ 848,
62
+ 3
63
+ ],
64
+ "info": {
65
+ "video.height": 480,
66
+ "video.width": 848,
67
+ "video.channels": 3,
68
+ "video.codec": "libx264",
69
+ "video.pix_fmt": "yuv420p"
70
+ }
71
+ },
72
+ "observation.state": {
73
+ "dtype": "float32",
74
+ "names": [
75
+ "joint1",
76
+ "joint2",
77
+ "joint3",
78
+ "joint4",
79
+ "joint5",
80
+ "joint6",
81
+ "rh_r1_joint"
82
+ ],
83
+ "shape": [
84
+ 7
85
+ ]
86
+ },
87
+ "action": {
88
+ "dtype": "float32",
89
+ "names": [
90
+ "joint1",
91
+ "joint2",
92
+ "joint3",
93
+ "joint4",
94
+ "joint5",
95
+ "joint6",
96
+ "rh_r1_joint"
97
+ ],
98
+ "shape": [
99
+ 7
100
+ ]
101
+ }
102
+ }
103
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "test"}
videos/chunk-000/observation.images.cam_wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb4b86268055530242e75b0df25e2e4df59ae65f12ddcc764765cf88c02566b6
3
+ size 1350174