tmeynier commited on
Commit
84f09f7
·
verified ·
1 Parent(s): d2f42b8

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:86b92e49ea32e7e6156412a18b75c85ef4a81972731a2f0fb5ac08f38c5f6ea2
3
+ size 64586
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:200bdac2a6d1240eb536506edfd2d7cb1627c45dcef2ea536ee4858a82238a3d
3
+ size 64734
meta/episodes.jsonl ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the cube"], "length": 1795}
2
+ {"episode_index": 1, "tasks": ["Grab the cube"], "length": 1800}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [0.05477515980601311, 0.056557077914476395], "max": [95.99496459960938, 95.99341583251953], "mean": [47.018531799316406, 48.718284606933594], "std": [28.205604553222656, 28.12911605834961], "count": [1795]}, "observation.state": {"min": [9.541603088378906, 9.541603088378906], "max": [123.0, 123.0], "mean": [47.09101104736328, 47.09101104736328], "std": [14.164347648620605, 14.164347648620605], "count": [1795]}, "observation.images.cam": {"min": [[[0.2549019607843137]], [[0.4117647058823529]], [[0.5647058823529412]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.9728824070979402]], [[0.9814564842666865]], [[0.9789629799836601]]], "std": [[[0.1012299315604991]], [[0.07282389174364289]], [[0.07672509487087198]]], "count": [275]}, "timestamp": {"min": [0.0], "max": [59.8], "mean": [29.9], "std": [17.272392872892727], "count": [1795]}, "frame_index": {"min": [0], "max": [1794], "mean": [897.0], "std": [518.1717861867819], "count": [1795]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1795]}, "index": {"min": [0], "max": [1794], "mean": [897.0], "std": [518.1717861867819], "count": [1795]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1795]}}}
2
+ {"episode_index": 1, "stats": {"action": {"min": [0.12090639024972916, 0.06285616010427475], "max": [95.86750030517578, 95.90361785888672], "mean": [48.42156982421875, 47.28322982788086], "std": [27.64918327331543, 27.298728942871094], "count": [1800]}, "observation.state": {"min": [13.121435165405273, 13.121435165405273], "max": [88.85582733154297, 88.85582733154297], "mean": [48.436397552490234, 48.436397552490234], "std": [13.2413911819458, 13.2413911819458], "count": [1800]}, "observation.images.cam": {"min": [[[0.2549019607843137]], [[0.4117647058823529]], [[0.5647058823529412]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.972871688241017]], [[0.981448301914113]], [[0.978962088370473]]], "std": [[[0.10126754365811544]], [[0.07285336084636654]], [[0.07672530456585999]]], "count": [276]}, "timestamp": {"min": [0.0], "max": [59.96666666666667], "mean": [29.983333333333334], "std": [17.320505402770653], "count": [1800]}, "frame_index": {"min": [0], "max": [1799], "mean": [899.5], "std": [519.6151620831197], "count": [1800]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [1800]}, "index": {"min": [1795], "max": [3594], "mean": [2694.5], "std": [519.6151620831197], "count": [1800]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1800]}}}
meta/info.json ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "hepha_follower",
4
+ "total_episodes": 2,
5
+ "total_frames": 3595,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:2"
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
+ 2
21
+ ],
22
+ "names": [
23
+ "motor_0.pos",
24
+ "motor_1.pos"
25
+ ]
26
+ },
27
+ "observation.state": {
28
+ "dtype": "float32",
29
+ "shape": [
30
+ 2
31
+ ],
32
+ "names": [
33
+ "motor_0.pos",
34
+ "motor_1.pos"
35
+ ]
36
+ },
37
+ "observation.images.cam": {
38
+ "dtype": "video",
39
+ "shape": [
40
+ 96,
41
+ 96,
42
+ 3
43
+ ],
44
+ "names": [
45
+ "height",
46
+ "width",
47
+ "channels"
48
+ ],
49
+ "info": {
50
+ "video.height": 96,
51
+ "video.width": 96,
52
+ "video.codec": "av1",
53
+ "video.pix_fmt": "yuv420p",
54
+ "video.is_depth_map": false,
55
+ "video.fps": 30,
56
+ "video.channels": 3,
57
+ "has_audio": false
58
+ }
59
+ },
60
+ "timestamp": {
61
+ "dtype": "float32",
62
+ "shape": [
63
+ 1
64
+ ],
65
+ "names": null
66
+ },
67
+ "frame_index": {
68
+ "dtype": "int64",
69
+ "shape": [
70
+ 1
71
+ ],
72
+ "names": null
73
+ },
74
+ "episode_index": {
75
+ "dtype": "int64",
76
+ "shape": [
77
+ 1
78
+ ],
79
+ "names": null
80
+ },
81
+ "index": {
82
+ "dtype": "int64",
83
+ "shape": [
84
+ 1
85
+ ],
86
+ "names": null
87
+ },
88
+ "task_index": {
89
+ "dtype": "int64",
90
+ "shape": [
91
+ 1
92
+ ],
93
+ "names": null
94
+ }
95
+ }
96
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grab the cube"}
videos/chunk-000/observation.images.cam/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7835b2f54b97c278e9f2fe393c0cbbd080a4e47e2f65cc6022950085e2fe9979
3
+ size 410703
videos/chunk-000/observation.images.cam/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16ed80da96812d0e243d598336b104ac8287a62b620a870e40fd6d2ea6b8ebb5
3
+ size 412356