Add 12 files
Browse files- README.md +25 -3
- data/chunk-000/episode_000000.parquet +3 -0
- data/chunk-000/episode_000001.parquet +3 -0
- data/chunk-000/episode_000002.parquet +3 -0
- meta/episodes.jsonl +3 -0
- meta/episodes_stats.jsonl +3 -0
- meta/info.json +106 -0
- meta/stats.json +8 -0
- meta/tasks.jsonl +1 -0
- videos/chunk-000/observation.images.front_camera/episode_000000.mp4 +3 -0
- videos/chunk-000/observation.images.front_camera/episode_000001.mp4 +3 -0
- videos/chunk-000/observation.images.front_camera/episode_000002.mp4 +3 -0
README.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- robotics
|
| 4 |
+
tags:
|
| 5 |
+
- LeRobot
|
| 6 |
+
- tutorial
|
| 7 |
+
configs:
|
| 8 |
+
- config_name: default
|
| 9 |
+
data_files: data/*/*.parquet
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
This dataset was created using [LeRobot.js](https://github.com/timpietrusky/lerobot.js) which is based on the [LeRobot](https://github.com/huggingface/lerobot) project
|
| 13 |
+
|
| 14 |
+
## Dataset Description
|
| 15 |
+
|
| 16 |
+
|
| 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 |
+
{"version":"2.1","total_episodes":3,"total_frames":278,"fps":30,"data_path":"data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet","video_path":"videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4","features":{"action":{"dtype":"float32","shape":[6],"names":["main_shoulder_pan","main_shoulder_lift","main_elbow_flex","main_wrist_flex","main_wrist_roll","main_gripper"]},"observation.state":{"dtype":"float32","shape":[6],"names":["main_shoulder_pan","main_shoulder_lift","main_elbow_flex","main_wrist_flex","main_wrist_roll","main_gripper"]},"timestamp":{"dtype":"float32","shape":[1],"names":null},"frame_index":{"dtype":"int64","shape":[1],"names":null},"episode_index":{"dtype":"int64","shape":[1],"names":null},"index":{"dtype":"int64","shape":[1],"names":null},"task_index":{"dtype":"int64","shape":[1],"names":null},"observation.images.front_camera":{"dtype":"video","shape":[480,640,3],"names":["height","width","channels"],"info":{"video.fps":30,"video.height":480,"video.width":640,"video.channels":3,"video.codec":"avc1","video.pix_fmt":"yuv420p","video.is_depth_map":false,"has_audio":false}}},"name":"lerobot_dataset_2025-09-11","robot":"so100","cameras":["front_camera"],"action_space":"joint_position","frame_rate":30,"num_episodes":3,"created_by":"lerobot.js","created_at":"2025-09-11T11:32:04.385Z"}
|
data/chunk-000/episode_000000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b362cd27e6dbb94a840babd4c86bd94342313b703a7b3800897a0c57c603afe5
|
| 3 |
+
size 8444
|
data/chunk-000/episode_000001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:257a01ffcd6fad772b1024d4f9b3daca8c1cfd3780a4d2fdbe2a0300b0bcf180
|
| 3 |
+
size 7128
|
data/chunk-000/episode_000002.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0342910c0499750d58d9c6712387265206907b389f43932d6f229ab3b5acf95
|
| 3 |
+
size 6751
|
meta/episodes.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"episode_id":"000000","task":"Robot teleoperation recording","length":114,"videos":{"front_camera":"videos/chunk-000/observation.images.front_camera/episode_000000.mp4"}}
|
| 2 |
+
{"episode_id":"000001","task":"Robot teleoperation recording","length":86,"videos":{"front_camera":"videos/chunk-000/observation.images.front_camera/episode_000001.mp4"}}
|
| 3 |
+
{"episode_id":"000002","task":"Robot teleoperation recording","length":78,"videos":{"front_camera":"videos/chunk-000/observation.images.front_camera/episode_000002.mp4"}}
|
meta/episodes_stats.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"episode_id":"000000","data/chunk_index":0,"data/file":"data/chunk-000/episode_000000.parquet","length":114,"videos/observation.images.front_camera/chunk_index":0,"videos/observation.images.front_camera/file":"videos/chunk-000/observation.images.front_camera/episode_000000.mp4","videos/observation.images.front_camera/from_timestamp":5.212800000004471,"videos/observation.images.front_camera/to_timestamp":8.979466666671136}
|
| 2 |
+
{"episode_id":"000001","data/chunk_index":0,"data/file":"data/chunk-000/episode_000001.parquet","length":86,"videos/observation.images.front_camera/chunk_index":0,"videos/observation.images.front_camera/file":"videos/chunk-000/observation.images.front_camera/episode_000001.mp4","videos/observation.images.front_camera/from_timestamp":11.08020000000298,"videos/observation.images.front_camera/to_timestamp":13.913533333336314}
|
| 3 |
+
{"episode_id":"000002","data/chunk_index":0,"data/file":"data/chunk-000/episode_000002.parquet","length":78,"videos/observation.images.front_camera/chunk_index":0,"videos/observation.images.front_camera/file":"videos/chunk-000/observation.images.front_camera/episode_000002.mp4","videos/observation.images.front_camera/from_timestamp":16.02760000000149,"videos/observation.images.front_camera/to_timestamp":18.594266666668158}
|
meta/info.json
ADDED
|
@@ -0,0 +1,106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "2.1",
|
| 3 |
+
"total_episodes": 3,
|
| 4 |
+
"total_frames": 278,
|
| 5 |
+
"fps": 30,
|
| 6 |
+
"data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
|
| 7 |
+
"video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
|
| 8 |
+
"features": {
|
| 9 |
+
"action": {
|
| 10 |
+
"dtype": "float32",
|
| 11 |
+
"shape": [
|
| 12 |
+
6
|
| 13 |
+
],
|
| 14 |
+
"names": [
|
| 15 |
+
"main_shoulder_pan",
|
| 16 |
+
"main_shoulder_lift",
|
| 17 |
+
"main_elbow_flex",
|
| 18 |
+
"main_wrist_flex",
|
| 19 |
+
"main_wrist_roll",
|
| 20 |
+
"main_gripper"
|
| 21 |
+
]
|
| 22 |
+
},
|
| 23 |
+
"observation.state": {
|
| 24 |
+
"dtype": "float32",
|
| 25 |
+
"shape": [
|
| 26 |
+
6
|
| 27 |
+
],
|
| 28 |
+
"names": [
|
| 29 |
+
"main_shoulder_pan",
|
| 30 |
+
"main_shoulder_lift",
|
| 31 |
+
"main_elbow_flex",
|
| 32 |
+
"main_wrist_flex",
|
| 33 |
+
"main_wrist_roll",
|
| 34 |
+
"main_gripper"
|
| 35 |
+
]
|
| 36 |
+
},
|
| 37 |
+
"timestamp": {
|
| 38 |
+
"dtype": "float32",
|
| 39 |
+
"shape": [
|
| 40 |
+
1
|
| 41 |
+
],
|
| 42 |
+
"names": null
|
| 43 |
+
},
|
| 44 |
+
"frame_index": {
|
| 45 |
+
"dtype": "int64",
|
| 46 |
+
"shape": [
|
| 47 |
+
1
|
| 48 |
+
],
|
| 49 |
+
"names": null
|
| 50 |
+
},
|
| 51 |
+
"episode_index": {
|
| 52 |
+
"dtype": "int64",
|
| 53 |
+
"shape": [
|
| 54 |
+
1
|
| 55 |
+
],
|
| 56 |
+
"names": null
|
| 57 |
+
},
|
| 58 |
+
"index": {
|
| 59 |
+
"dtype": "int64",
|
| 60 |
+
"shape": [
|
| 61 |
+
1
|
| 62 |
+
],
|
| 63 |
+
"names": null
|
| 64 |
+
},
|
| 65 |
+
"task_index": {
|
| 66 |
+
"dtype": "int64",
|
| 67 |
+
"shape": [
|
| 68 |
+
1
|
| 69 |
+
],
|
| 70 |
+
"names": null
|
| 71 |
+
},
|
| 72 |
+
"observation.images.front_camera": {
|
| 73 |
+
"dtype": "video",
|
| 74 |
+
"shape": [
|
| 75 |
+
480,
|
| 76 |
+
640,
|
| 77 |
+
3
|
| 78 |
+
],
|
| 79 |
+
"names": [
|
| 80 |
+
"height",
|
| 81 |
+
"width",
|
| 82 |
+
"channels"
|
| 83 |
+
],
|
| 84 |
+
"info": {
|
| 85 |
+
"video.fps": 30,
|
| 86 |
+
"video.height": 480,
|
| 87 |
+
"video.width": 640,
|
| 88 |
+
"video.channels": 3,
|
| 89 |
+
"video.codec": "avc1",
|
| 90 |
+
"video.pix_fmt": "yuv420p",
|
| 91 |
+
"video.is_depth_map": false,
|
| 92 |
+
"has_audio": false
|
| 93 |
+
}
|
| 94 |
+
}
|
| 95 |
+
},
|
| 96 |
+
"name": "lerobot_dataset_2025-09-11",
|
| 97 |
+
"robot": "so100",
|
| 98 |
+
"cameras": [
|
| 99 |
+
"front_camera"
|
| 100 |
+
],
|
| 101 |
+
"action_space": "joint_position",
|
| 102 |
+
"frame_rate": 30,
|
| 103 |
+
"num_episodes": 3,
|
| 104 |
+
"created_by": "lerobot.js",
|
| 105 |
+
"created_at": "2025-09-11T11:32:04.385Z"
|
| 106 |
+
}
|
meta/stats.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"total_frames": 278,
|
| 3 |
+
"episode_lengths": {
|
| 4 |
+
"min": 78,
|
| 5 |
+
"max": 114,
|
| 6 |
+
"mean": 93
|
| 7 |
+
}
|
| 8 |
+
}
|
meta/tasks.jsonl
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"task":"Robot teleoperation recording","description":"Robot teleoperation recording"}
|
videos/chunk-000/observation.images.front_camera/episode_000000.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:234f12bc0641965649466e1330252e3bad189cf0dab1d9acbe67d26926aa84c2
|
| 3 |
+
size 1698105
|
videos/chunk-000/observation.images.front_camera/episode_000001.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4beaebbdb877265f32ad9283a957503ed2193bbc65be4747ffcbc70dfc2656f4
|
| 3 |
+
size 1548833
|
videos/chunk-000/observation.images.front_camera/episode_000002.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd61c48766ea64295825bf528aa901bbd14d8212ab0e4f792d9dc373dffbbd9d
|
| 3 |
+
size 1832206
|