fuka02 commited on
Commit
27e0490
·
verified ·
1 Parent(s): def27d8

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:d5db272d64fb9d17d4a9af5a81965c383b0cd32606f0976e8f4ea6421fa91a9f
3
+ size 55941
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["eraser2"], "length": 891}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-5.021792411804199, 83.23677062988281, 108.75165557861328, 41.64032745361328, -23.403770446777344, -1.1980533599853516], "max": [44.38252258300781, 198.25804138183594, 177.26153564453125, 71.16435241699219, -10.97561264038086, 19.53545379638672], "mean": [6.525808334350586, 174.1726837158203, 160.89439392089844, 67.15581512451172, -13.899642944335938, 2.0746922492980957], "std": [11.137280464172363, 39.35460662841797, 24.09429931640625, 7.012526988983154, 2.8061883449554443, 5.24531364440918], "count": [891]}, "observation.state": {"min": [-4.921875, 82.880859375, 111.357421875, 42.275390625, -23.115234375, 0.14716702699661255], "max": [44.12109375, 196.259765625, 177.978515625, 70.83984375, -11.42578125, 19.1317138671875], "mean": [6.445706844329834, 173.2157440185547, 162.04159545898438, 67.26577758789062, -13.772293090820312, 2.7658557891845703], "std": [11.097418785095215, 39.43305587768555, 24.003110885620117, 6.896076202392578, 2.857733726501465, 5.036684036254883], "count": [891]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.36360395865912826]], [[0.36692814968523196]], [[0.35216663032800033]]], "std": [[[0.30100775915934996]], [[0.29072669177408467]], [[0.2990184508340704]]], "count": [163]}, "timestamp": {"min": [0.0], "max": [29.666666666666668], "mean": [14.833333333333334], "std": [8.573646097630075], "count": [891]}, "frame_index": {"min": [0], "max": [890], "mean": [445.0], "std": [257.20938292890224], "count": [891]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [891]}, "index": {"min": [0], "max": [890], "mean": [445.0], "std": [257.20938292890224], "count": [891]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [891]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101",
4
+ "total_episodes": 1,
5
+ "total_frames": 891,
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.laptop": {
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
+ "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": "eraser2"}
videos/chunk-000/observation.images.laptop/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c486161dd790ef1959fcd8096f67eb24f3c15b07f0996e4ae9d8ba6ba34ec69
3
+ size 11917954