opstechie commited on
Commit
d482c83
·
verified ·
1 Parent(s): 422acbc

Upload merged LeRobot dataset (0-1 scoring system, parquet format)

Browse files
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - so100
8
+ - tutorial
9
+ configs:
10
+ - config_name: default
11
+ data_files: data/*/*.parquet
12
+ ---
13
+
14
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
15
+
16
+ ## Dataset Description
17
+
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
+
22
+ ## Dataset Structure
23
+
24
+ [meta/info.json](meta/info.json):
25
+ ```json
26
+ {
27
+ "codebase_version": "v2.1",
28
+ "robot_type": "so_arm100",
29
+ "total_episodes": 4,
30
+ "total_frames": 1921,
31
+ "total_tasks": 1,
32
+ "total_videos": 8,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 30,
36
+ "splits": {
37
+ "train": "0:4"
38
+ },
39
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
+ "features": {
42
+ // Features definition
43
+ }
44
+ }
45
+ ```
46
+
47
+ ## Citation
48
+
49
+ **BibTeX:**
50
+
51
+ ```bibtex
52
+ [More Information Needed]
53
+ ```
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6be06cf043017d29017f415bdab718964a0f93bed776d717880935a628976fa
3
+ size 29079
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6f9dd3f7e8767e1f7d348664b49f92513dc6822ea06ffbf61fabccdd05a01bf
3
+ size 26196
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:341e4a6f973a8a87fdc31121cb02fa464271fa173728fcfe9331248d5ab2cbbb
3
+ size 26196
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7e0ff126d7afac11c44a0490d0f1ddcf864067c50524710d07c2b52676973e6
3
+ size 51319
meta/episodes.jsonl ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["default_task"], "length": 447}
2
+ {"episode_index": 1, "tasks": ["default_task"], "length": 447}
3
+ {"episode_index": 2, "tasks": ["default_task"], "length": 447}
4
+ {"episode_index": 3, "tasks": ["default_task"], "length": 580}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {"episode_index": 0, "stats": {"episode_index": {"min": [0], "max": [0], "mean": [0.0]}, "frame_index": {"min": [0], "max": [446], "mean": [223.0]}, "task_index": {"min": [0], "max": [0], "mean": [0.0]}}}
2
+ {"episode_index": 1, "stats": {"episode_index": {"min": [1], "max": [1], "mean": [1.0]}, "frame_index": {"min": [0], "max": [446], "mean": [223.0]}, "task_index": {"min": [0], "max": [0], "mean": [0.0]}}}
3
+ {"episode_index": 2, "stats": {"episode_index": {"min": [2], "max": [2], "mean": [2.0]}, "frame_index": {"min": [0], "max": [446], "mean": [223.0]}, "task_index": {"min": [0], "max": [0], "mean": [0.0]}}}
4
+ {"episode_index": 3, "stats": {"episode_index": {"min": [3], "max": [3], "mean": [3.0]}, "frame_index": {"min": [0], "max": [579], "mean": [289.5]}, "task_index": {"min": [0], "max": [0], "mean": [0.0]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 4,
5
+ "total_frames": 1921,
6
+ "total_tasks": 1,
7
+ "total_videos": 8,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:4"
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
+ "observation.images.phone": {
18
+ "dtype": "video",
19
+ "shape": [
20
+ 480,
21
+ 640,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "channels"
28
+ ],
29
+ "info": {
30
+ "video.height": 480,
31
+ "video.width": 640,
32
+ "video.codec": "av1",
33
+ "video.pix_fmt": "yuv420p",
34
+ "video.is_depth_map": false,
35
+ "video.fps": 30,
36
+ "video.channels": 3,
37
+ "has_audio": false
38
+ }
39
+ },
40
+ "observation.images.laptop": {
41
+ "dtype": "video",
42
+ "shape": [
43
+ 480,
44
+ 640,
45
+ 3
46
+ ],
47
+ "names": [
48
+ "height",
49
+ "width",
50
+ "channels"
51
+ ],
52
+ "info": {
53
+ "video.height": 480,
54
+ "video.width": 640,
55
+ "video.codec": "av1",
56
+ "video.pix_fmt": "yuv420p",
57
+ "video.is_depth_map": false,
58
+ "video.fps": 30,
59
+ "video.channels": 3,
60
+ "has_audio": false
61
+ }
62
+ },
63
+ "action": {
64
+ "dtype": "float32",
65
+ "shape": [
66
+ 6
67
+ ],
68
+ "names": [
69
+ "main_shoulder_pan",
70
+ "main_shoulder_lift",
71
+ "main_elbow_flex",
72
+ "main_wrist_flex",
73
+ "main_wrist_roll",
74
+ "main_gripper"
75
+ ]
76
+ },
77
+ "observation.state": {
78
+ "dtype": "float32",
79
+ "shape": [
80
+ 6
81
+ ],
82
+ "names": [
83
+ "main_shoulder_pan",
84
+ "main_shoulder_lift",
85
+ "main_elbow_flex",
86
+ "main_wrist_flex",
87
+ "main_wrist_roll",
88
+ "main_gripper"
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": "Merged dataset task"}
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:c924bda8989f0a4f3ee9bd66b7244507c3d48e0aa8ff3a0bff7218d2c0f28224
3
+ size 2603973
videos/chunk-000/observation.images.laptop/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a072bb5e242b94bbb2816eb051a9cefd135ca3f9cdf335a5f8664c4b4c5a6a5
3
+ size 2651840
videos/chunk-000/observation.images.laptop/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a072bb5e242b94bbb2816eb051a9cefd135ca3f9cdf335a5f8664c4b4c5a6a5
3
+ size 2651840
videos/chunk-000/observation.images.laptop/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c62c6ac279947927283a4c9b362205ff11f5352ad9f95c070af05f20e68cd8a
3
+ size 2316992
videos/chunk-000/observation.images.phone/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00d34f447906c180b9efb8f1816b3f4938890c5279dcab578eced63ef184ca00
3
+ size 5392024
videos/chunk-000/observation.images.phone/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:528d1d5b65280a1c146cba6296dd41aae4eaa10a76ef53bb32298738ac5e0a26
3
+ size 5491607
videos/chunk-000/observation.images.phone/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:528d1d5b65280a1c146cba6296dd41aae4eaa10a76ef53bb32298738ac5e0a26
3
+ size 5491607
videos/chunk-000/observation.images.phone/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edfe297f15d365dfccdadffcbb080610d08f06caa34068abbad38bc871c42d59
3
+ size 4918789