fuka02 commited on
Commit
927617d
·
verified ·
1 Parent(s): 03cd63a

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:a0e194c5b0efce04f635602f03cf0a4f962f11830cf7edd53527a8fe737f0da0
3
+ size 55203
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": [-15.66462516784668, 83.6437759399414, 108.61129760742188, 39.255287170410156, -21.21834945678711, -0.803337574005127], "max": [44.06396484375, 198.41455078125, 177.84130859375, 70.92581176757812, -10.886990547180176, 17.972972869873047], "mean": [5.359175205230713, 172.40968322753906, 160.5518035888672, 66.35400390625, -13.544243812561035, 2.0483384132385254], "std": [12.962362289428711, 40.35708236694336, 23.99982452392578, 7.941653728485107, 2.9573333263397217, 5.197761535644531], "count": [891]}, "observation.state": {"min": [-15.556640625, 84.7265625, 111.26953125, 39.638671875, -20.7421875, 0.2943340539932251], "max": [43.59375, 196.259765625, 178.154296875, 70.83984375, -11.337890625, 17.58646011352539], "mean": [5.2734375, 171.3103790283203, 161.6715545654297, 66.53123474121094, -13.502012252807617, 2.791700839996338], "std": [12.881124496459961, 40.21837615966797, 23.957731246948242, 7.864689826965332, 2.9519574642181396, 5.020645618438721], "count": [891]}, "observation.images.laptop": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.3600533614519428]], [[0.3645010187357151]], [[0.35021639675808974]]], "std": [[[0.3008253898490472]], [[0.29018362026832867]], [[0.29798063668170544]]], "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:d95bda07e0b05c5b77e3038093b67553a2a258cf3c793e881b7e584f25562484
3
+ size 12010618