siqiLi commited on
Commit
c004776
·
verified ·
1 Parent(s): e4da22a

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:267c0ff9633f95fbd3ec556026721cefc936bbefde465485b30ea688be2b3581
3
+ size 20716
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["收衣服"], "length": 644}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-14.677734375, 191.77734375, 182.021484375, 60.732421875, -93.1640625, 0.7337526679039001, -100.01554870605469, -99.9892349243164, -29.98828125], "max": [25.48828125, 191.953125, 182.021484375, 79.892578125, -86.484375, 0.9433962106704712, 100.01554870605469, 99.9892349243164, 29.98828125], "mean": [3.8797433376312256, 191.8670196533203, 182.02288818359375, 79.1861801147461, -87.8676986694336, 0.888056218624115, -1.242429256439209, -2.949993133544922, 3.136060408742487e-17], "std": [3.399095296859741, 0.018697088584303856, 0.00140380859375, 1.937812089920044, 0.625800371170044, 0.061335060745477676, 25.511350631713867, 44.30500411987305, 6.252988815307617], "count": [644]}, "observation.state": {"min": [-12.392578125, 190.546875, 182.197265625, 61.5234375, -90.615234375, 0.46439626812934875, -111.21360778808594, -110.70552825927734, -33.984375], "max": [23.90625, 191.25, 182.28515625, 77.958984375, -86.30859375, 0.46439626812934875, 111.21360778808594, 115.13375091552734, 33.984375], "mean": [3.3302903175354004, 190.87745666503906, 182.19735717773438, 77.53838348388672, -86.80274963378906, 0.4643964469432831, -1.3398513793945312, -2.7401340007781982, 0.10918089747428894], "std": [3.214141845703125, 0.1296137124300003, 0.011475073173642159, 1.6653603315353394, 0.6637850403785706, 1.7881393432617188e-07, 25.39617919921875, 40.420711517333984, 6.343320846557617], "count": [644]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.0]], [[0.0]], [[0.0]]], "mean": [[[0.0]], [[0.0]], [[0.0]]], "std": [[[0.0]], [[0.0]], [[0.0]]], "count": [127]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.0]], [[0.0]], [[0.0]]], "mean": [[[0.0]], [[0.0]], [[0.0]]], "std": [[[0.0]], [[0.0]], [[0.0]]], "count": [127]}, "timestamp": {"min": [0.0], "max": [21.433333333333334], "mean": [10.716666666666667], "std": [6.196885418408904], "count": [644]}, "frame_index": {"min": [0], "max": [643], "mean": [321.5], "std": [185.9065625522671], "count": [644]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [644]}, "index": {"min": [0], "max": [643], "mean": [321.5], "std": [185.9065625522671], "count": [644]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [644]}}}
meta/info.json ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "lekiwi",
4
+ "total_episodes": 1,
5
+ "total_frames": 644,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
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
+ 9
21
+ ],
22
+ "names": [
23
+ "shoulder_pan",
24
+ "shoulder_lift",
25
+ "elbow_flex",
26
+ "wrist_flex",
27
+ "wrist_roll",
28
+ "gripper",
29
+ "x_mm",
30
+ "y_mm",
31
+ "theta"
32
+ ]
33
+ },
34
+ "observation.state": {
35
+ "dtype": "float32",
36
+ "shape": [
37
+ 9
38
+ ],
39
+ "names": [
40
+ "shoulder_pan",
41
+ "shoulder_lift",
42
+ "elbow_flex",
43
+ "wrist_flex",
44
+ "wrist_roll",
45
+ "gripper",
46
+ "x_mm",
47
+ "y_mm",
48
+ "theta"
49
+ ]
50
+ },
51
+ "observation.images.front": {
52
+ "dtype": "video",
53
+ "shape": [
54
+ 640,
55
+ 480,
56
+ 3
57
+ ],
58
+ "names": [
59
+ "height",
60
+ "width",
61
+ "channels"
62
+ ],
63
+ "info": {
64
+ "video.height": 640,
65
+ "video.width": 480,
66
+ "video.codec": "av1",
67
+ "video.pix_fmt": "yuv420p",
68
+ "video.is_depth_map": false,
69
+ "video.fps": 30,
70
+ "video.channels": 3,
71
+ "has_audio": false
72
+ }
73
+ },
74
+ "observation.images.wrist": {
75
+ "dtype": "video",
76
+ "shape": [
77
+ 480,
78
+ 640,
79
+ 3
80
+ ],
81
+ "names": [
82
+ "height",
83
+ "width",
84
+ "channels"
85
+ ],
86
+ "info": {
87
+ "video.height": 480,
88
+ "video.width": 640,
89
+ "video.codec": "av1",
90
+ "video.pix_fmt": "yuv420p",
91
+ "video.is_depth_map": false,
92
+ "video.fps": 30,
93
+ "video.channels": 3,
94
+ "has_audio": false
95
+ }
96
+ },
97
+ "timestamp": {
98
+ "dtype": "float32",
99
+ "shape": [
100
+ 1
101
+ ],
102
+ "names": null
103
+ },
104
+ "frame_index": {
105
+ "dtype": "int64",
106
+ "shape": [
107
+ 1
108
+ ],
109
+ "names": null
110
+ },
111
+ "episode_index": {
112
+ "dtype": "int64",
113
+ "shape": [
114
+ 1
115
+ ],
116
+ "names": null
117
+ },
118
+ "index": {
119
+ "dtype": "int64",
120
+ "shape": [
121
+ 1
122
+ ],
123
+ "names": null
124
+ },
125
+ "task_index": {
126
+ "dtype": "int64",
127
+ "shape": [
128
+ 1
129
+ ],
130
+ "names": null
131
+ }
132
+ }
133
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "收衣服"}
videos/chunk-000/observation.images.front/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02456aaa2e79236448637ebbad22525e72dffef37a024aafc3466dbe98df561a
3
+ size 28823
videos/chunk-000/observation.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b981016f86dfb0fab83eece2114ee70f7459180f0953b4ad196a07e2d9a8d56
3
+ size 29145