jmercat commited on
Commit
5288346
·
verified ·
1 Parent(s): 62c0097

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:219b89afbac99bf2828495902fb96ff8b928a8705de16a4538aefa7380a2075d
3
+ size 20552
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Test recording with arducam"], "length": 298}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-38.671875, 76.11328125, 83.671875, 56.513671875, -46.93359375, -0.5665722489356995], "max": [11.162109375, 184.833984375, 158.642578125, 77.51953125, 29.70703125, 99.43342590332031], "mean": [-7.269557476043701, 133.38018798828125, 127.74425506591797, 65.88493347167969, 0.8278824687004089, 15.998079299926758], "std": [15.33513069152832, 34.225181579589844, 20.492755889892578, 5.364574432373047, 11.055002212524414, 21.95142364501953], "count": [298]}, "observation.state": {"min": [-37.353515625, 74.443359375, 87.802734375, 56.689453125, -43.59375, 0.6859756112098694], "max": [10.72265625, 183.955078125, 158.818359375, 76.201171875, 27.861328125, 59.98475646972656], "mean": [-6.632497787475586, 132.35171508789062, 130.20884704589844, 65.86074829101562, 1.084770917892456, 14.76176643371582], "std": [14.773892402648926, 35.53197479248047, 20.51449203491211, 5.1195268630981445, 10.503975868225098, 17.185148239135742], "count": [298]}, "observation.images.arducam": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.26852308823529414]], [[0.2671080174291939]], [[0.2634389297385621]]], "std": [[[0.2446019405017746]], [[0.2514463698878608]], [[0.2559764958913744]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.9], "mean": [4.949999999999999], "std": [2.8674901917879336], "count": [298]}, "frame_index": {"min": [0], "max": [297], "mean": [148.5], "std": [86.024705753638], "count": [298]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [298]}, "index": {"min": [0], "max": [297], "mean": [148.5], "std": [86.024705753638], "count": [298]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [298]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 298,
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
+ "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.arducam": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 720,
49
+ 1280,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.fps": 30.0,
59
+ "video.height": 720,
60
+ "video.width": 1280,
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": "Test recording with arducam"}
videos/chunk-000/observation.images.arducam/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:479319067f1f42ab07c78e07b03b56eb4a553848da64b170797d433d0115446f
3
+ size 7751344