edgarkim commited on
Commit
412fd52
·
verified ·
1 Parent(s): fb6c055

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:057d44ac6da957eb8e13ce9fc6669e2fc75fefec8ac7b29b1b65b8a34018530c
3
+ size 24102
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick up the red square block and place it inside the green square area on the right."], "length": 599}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-8.700481414794922, -99.83086395263672, -70.79364776611328, 39.32780456542969, -10.350234985351562, 0.0], "max": [22.769344329833984, 62.28329849243164, 92.65306091308594, 97.20645904541016, 13.120752334594727, 48.3870964050293], "mean": [-2.472656488418579, -58.608741760253906, 53.359779357910156, 75.16363525390625, 0.003491234965622425, 8.565924644470215], "std": [7.389015197753906, 63.119224548339844, 63.78448486328125, 11.215136528015137, 4.388647556304932, 14.3781099319458], "count": [599]}, "observation.state": {"min": [-8.834729194641113, -99.73416137695312, -67.86213684082031, 42.693660736083984, -10.094141960144043, 1.0155720710754395], "max": [22.543792724609375, 63.136905670166016, 99.90684509277344, 96.12676239013672, 12.866108894348145, 48.138118743896484], "mean": [-2.436408519744873, -57.929569244384766, 54.54730987548828, 74.81045532226562, -0.04007681459188461, 9.976269721984863], "std": [7.349877834320068, 63.90219497680664, 63.296661376953125, 10.853507995605469, 4.330090045928955, 13.966938018798828], "count": [599]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.678405503902663]], [[0.6768567780073461]], [[0.673787693107546]]], "std": [[[0.23398797203180693]], [[0.21618750379294052]], [[0.24722743462459726]]], "count": [121]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9764705882352941]], [[1.0]], [[1.0]]], "mean": [[[0.5786105169340463]], [[0.6190081665586346]], [[0.6414753602198455]]], "std": [[[0.26074275332621094]], [[0.2627153281022222]], [[0.2842796376890616]]], "count": [121]}, "timestamp": {"min": [0.0], "max": [19.933333333333334], "mean": [9.966666666666665], "std": [5.7638721552635275], "count": [599]}, "frame_index": {"min": [0], "max": [598], "mean": [299.0], "std": [172.91616465790582], "count": [599]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [599]}, "index": {"min": [0], "max": [598], "mean": [299.0], "std": [172.91616465790582], "count": [599]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [599]}}}
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": 599,
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.wrist": {
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.front": {
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": "Pick up the red square block and place it inside the green square area on the right."}
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:9a07e279fcb63e7b6effc443fc463d7d770d4e69c24c95fd69977e59c0f9e26b
3
+ size 3967182
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:8ab0fe04d1773aa58542e2c83d661e0599609e97bdd2f2e670501b9659250f94
3
+ size 2083029