Add 10 files
Browse files- README.md +25 -3
- data/chunk-000/episode_000000.parquet +3 -0
- data/chunk-000/episode_000001.parquet +3 -0
- meta/episodes.jsonl +2 -0
- meta/episodes_stats.jsonl +2 -0
- meta/info.json +13 -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
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","name":"lerobot_dataset_2025-09-11","robot":"unknown","cameras":["front_camera"],"action_space":"joint_position","frame_rate":30,"num_episodes":2,"created_by":"lerobot.js","created_at":"2025-09-11T08:56:15.619Z"}
|
data/chunk-000/episode_000000.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d98f7a422143d5aeb24ffb7d4b8f9462d1d29115285038a46c8dd05c23a9e4cf
|
| 3 |
+
size 7080
|
data/chunk-000/episode_000001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e83aba9a284e3a9c6f24e97a9b07482a92b4529f11c1f49fc3e6d9430fdbe294
|
| 3 |
+
size 6900
|
meta/episodes.jsonl
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"episode_id":"000000","task":"Robot teleoperation recording","length":85,"videos":{"front_camera":"videos/chunk-000/observation.images.front_camera/episode_000000.mp4"}}
|
| 2 |
+
{"episode_id":"000001","task":"Robot teleoperation recording","length":81,"videos":{"front_camera":"videos/chunk-000/observation.images.front_camera/episode_000001.mp4"}}
|
meta/episodes_stats.jsonl
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"episode_id":"000000","data/chunk_index":0,"data/file":"data/chunk-000/episode_000000.parquet","length":85,"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":4.879,"videos/observation.images.front_camera/to_timestamp":7.678999999999999}
|
| 2 |
+
{"episode_id":"000001","data/chunk_index":0,"data/file":"data/chunk-000/episode_000001.parquet","length":81,"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":9.948399999998509,"videos/observation.images.front_camera/to_timestamp":12.615066666665175}
|
meta/info.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "2.1",
|
| 3 |
+
"name": "lerobot_dataset_2025-09-11",
|
| 4 |
+
"robot": "unknown",
|
| 5 |
+
"cameras": [
|
| 6 |
+
"front_camera"
|
| 7 |
+
],
|
| 8 |
+
"action_space": "joint_position",
|
| 9 |
+
"frame_rate": 30,
|
| 10 |
+
"num_episodes": 2,
|
| 11 |
+
"created_by": "lerobot.js",
|
| 12 |
+
"created_at": "2025-09-11T08:56:15.619Z"
|
| 13 |
+
}
|
meta/stats.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"total_frames": 166,
|
| 3 |
+
"episode_lengths": {
|
| 4 |
+
"min": 81,
|
| 5 |
+
"max": 85,
|
| 6 |
+
"mean": 83
|
| 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:b799c12a86fa93e6b0a3dbd8951e0df32c8b391c2c570307e5a239e7aa50177d
|
| 3 |
+
size 886753
|
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:f72ef146235c83cc9b337db0a4e07ba632afd76445e2313ad19ff20623374503
|
| 3 |
+
size 862692
|