weeenwang commited on
Commit
1164d61
·
verified ·
1 Parent(s): 19ac893

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:e2b7d81383908315b64692d4bcc2a28bdb42f9824223626da48a8ae9c203bc83
3
+ size 40167
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["抓住黑色方塊"], "length": 1501}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [3.640982151031494, -99.4611587524414, -59.84812545776367, 23.17765235900879, -8.170796394348145, 0.635930061340332], "max": [14.90262508392334, 52.04310607910156, 100.0, 77.82627868652344, -5.851344108581543, 31.558029174804688], "mean": [5.41175651550293, -81.0796127319336, 78.05532836914062, 68.88045501708984, -7.898714542388916, 3.0186562538146973], "std": [3.3288838863372803, 41.949832916259766, 39.04319381713867, 14.919410705566406, 0.5518321394920349, 7.085724830627441], "count": [1501]}, "observation.state": {"min": [3.7414965629577637, -100.0, -56.69515609741211, 25.63991355895996, -7.970634460449219, 0.8879781365394592], "max": [15.221088409423828, 52.88966751098633, 99.90503692626953, 74.92407989501953, -5.6633453369140625, 30.874317169189453], "mean": [5.41501522064209, -81.24986267089844, 78.36895751953125, 67.25381469726562, -7.738937854766846, 3.713827133178711], "std": [3.3282997608184814, 42.53978729248047, 38.32172775268555, 13.49680233001709, 0.5460790991783142, 7.022370338439941], "count": [1501]}, "observation.images.grip": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4019685711767418]], [[0.4267045144821414]], [[0.40090595422124586]]], "std": [[[0.13927303713050646]], [[0.14390216487002114]], [[0.14115714263787557]]], "count": [241]}, "observation.images.fixed": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.7294117647058823]], [[0.7294117647058823]], [[0.7058823529411765]]], "mean": [[[0.30995809433731997]], [[0.3292637770184145]], [[0.31018849073170074]]], "std": [[[0.18699372829983604]], [[0.20213315797480305]], [[0.20656277173579757]]], "count": [241]}, "timestamp": {"min": [0.0], "max": [50.0], "mean": [25.0], "std": [14.443376028862199], "count": [1501]}, "frame_index": {"min": [0], "max": [1500], "mean": [750.0], "std": [433.3012808658659], "count": [1501]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1501]}, "index": {"min": [0], "max": [1500], "mean": [750.0], "std": [433.3012808658659], "count": [1501]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1501]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 1501,
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
+ 6
21
+ ],
22
+ "names": [
23
+ "shoulder_pan.pos",
24
+ "shoulder_lift.pos",
25
+ "elbow_flex.pos",
26
+ "wrist_flex.pos",
27
+ "wrist_roll.pos",
28
+ "gripper.pos"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "shoulder_pan.pos",
38
+ "shoulder_lift.pos",
39
+ "elbow_flex.pos",
40
+ "wrist_flex.pos",
41
+ "wrist_roll.pos",
42
+ "gripper.pos"
43
+ ]
44
+ },
45
+ "observation.images.grip": {
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
+ "observation.images.fixed": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ }
127
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "抓住黑色方塊"}
videos/chunk-000/observation.images.fixed/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f195931bcd01c67adb72f2e503659105e2397077c3cd0522d923631aeabf2b6
3
+ size 7995955
videos/chunk-000/observation.images.grip/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e4ac2805f65a6eda92ae40a6ce9c795028c3c12b07398bc69465129da278a3f
3
+ size 2835916