Upload trimmed towel folding dataset
Browse files- README.md +37 -0
- data/chunk-000/episode_000000.parquet +3 -0
- data/chunk-000/episode_000001.parquet +3 -0
- data/chunk-000/episode_000002.parquet +3 -0
- data/chunk-000/episode_000003.parquet +3 -0
- meta/episodes.jsonl +51 -0
- meta/episodes_stats.jsonl +0 -0
- meta/info.json +113 -0
- meta/tasks.jsonl +1 -0
- videos/chunk-000/observation.images.front/episode_000000.mp4 +3 -0
- videos/chunk-000/observation.images.front/episode_000001.mp4 +3 -0
- videos/chunk-000/observation.images.front/episode_000002.mp4 +3 -0
- videos/chunk-000/observation.images.front/episode_000003.mp4 +3 -0
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- robotics
|
5 |
+
tags:
|
6 |
+
- LeRobot
|
7 |
+
- SO-100
|
8 |
+
- robotics
|
9 |
+
- towel-folding
|
10 |
+
---
|
11 |
+
|
12 |
+
# Trimmed Towel Folding Dataset
|
13 |
+
|
14 |
+
This dataset contains towel folding demonstrations trimmed to the first fold.
|
15 |
+
|
16 |
+
## Dataset Details
|
17 |
+
|
18 |
+
- **Original Dataset**: [arsenxeno/record-test](https://huggingface.co/datasets/arsenxeno/record-test)
|
19 |
+
- **Task**: Towel folding (first fold only)
|
20 |
+
- **Robot**: SO-100
|
21 |
+
- **Episodes**: 4
|
22 |
+
|
23 |
+
## Statistics
|
24 |
+
|
25 |
+
| Metric | Value |
|
26 |
+
|--------|-------|
|
27 |
+
| Total Episodes | 4 |
|
28 |
+
| Average Original Length | 839 frames |
|
29 |
+
| Average Trimmed Length | 438 frames |
|
30 |
+
| Average Fold Time | 29.1 seconds |
|
31 |
+
|
32 |
+
## Usage
|
33 |
+
|
34 |
+
```python
|
35 |
+
from datasets import load_dataset
|
36 |
+
dataset = load_dataset("xenorobotics/subroutine_1")
|
37 |
+
```
|
data/chunk-000/episode_000000.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:808e778bd05709841bcfba43ac0dd53fb72253832bae9507d9242109ed4bccc5
|
3 |
+
size 33279
|
data/chunk-000/episode_000001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6778b640b2aee865f6ff27a098dfdb96c3e1da62bd26de91d6e57c33bca6bd0
|
3 |
+
size 44430
|
data/chunk-000/episode_000002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:edbe8ccf520e286b2b05374b5707ead9eba1b667e5193c964c7229303e241c25
|
3 |
+
size 50863
|
data/chunk-000/episode_000003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a06c80bc157edf9f5c4604695c1b575f162d2512e65a5bff3804974b76ba399b
|
3 |
+
size 48016
|
meta/episodes.jsonl
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"episode_index":0,"tasks":["Fold the towel"],"length":900}
|
2 |
+
{"episode_index":1,"tasks":["Fold the towel"],"length":771}
|
3 |
+
{"episode_index":2,"tasks":["Fold the towel"],"length":794}
|
4 |
+
{"episode_index":3,"tasks":["Fold the towel"],"length":891}
|
5 |
+
{"episode_index":4,"tasks":["Fold the towel"],"length":900}
|
6 |
+
{"episode_index":5,"tasks":["Fold the towel"],"length":894}
|
7 |
+
{"episode_index":6,"tasks":["Fold the towel"],"length":748}
|
8 |
+
{"episode_index":7,"tasks":["Fold the towel"],"length":877}
|
9 |
+
{"episode_index":8,"tasks":["Fold the towel"],"length":887}
|
10 |
+
{"episode_index":9,"tasks":["Fold the towel"],"length":900}
|
11 |
+
{"episode_index":10,"tasks":["Fold the towel"],"length":760}
|
12 |
+
{"episode_index":11,"tasks":["Fold the towel"],"length":780}
|
13 |
+
{"episode_index":12,"tasks":["Fold the towel"],"length":900}
|
14 |
+
{"episode_index":13,"tasks":["Fold the towel"],"length":900}
|
15 |
+
{"episode_index":14,"tasks":["Fold the towel"],"length":885}
|
16 |
+
{"episode_index":15,"tasks":["Fold the towel"],"length":900}
|
17 |
+
{"episode_index":16,"tasks":["Fold the towel"],"length":689}
|
18 |
+
{"episode_index":17,"tasks":["Fold the towel"],"length":704}
|
19 |
+
{"episode_index":18,"tasks":["Fold the towel"],"length":638}
|
20 |
+
{"episode_index":19,"tasks":["Fold the towel"],"length":672}
|
21 |
+
{"episode_index":20,"tasks":["Fold the towel"],"length":730}
|
22 |
+
{"episode_index":21,"tasks":["Fold the towel"],"length":900}
|
23 |
+
{"episode_index":22,"tasks":["Fold the towel"],"length":900}
|
24 |
+
{"episode_index":23,"tasks":["Fold the towel"],"length":900}
|
25 |
+
{"episode_index":24,"tasks":["Fold the towel"],"length":720}
|
26 |
+
{"episode_index":25,"tasks":["Fold the towel"],"length":850}
|
27 |
+
{"episode_index":26,"tasks":["Fold the towel"],"length":900}
|
28 |
+
{"episode_index":27,"tasks":["Fold the towel"],"length":773}
|
29 |
+
{"episode_index":28,"tasks":["Fold the towel"],"length":900}
|
30 |
+
{"episode_index":29,"tasks":["Fold the towel"],"length":749}
|
31 |
+
{"episode_index":30,"tasks":["Fold the towel"],"length":775}
|
32 |
+
{"episode_index":31,"tasks":["Fold the towel"],"length":773}
|
33 |
+
{"episode_index":32,"tasks":["Fold the towel"],"length":589}
|
34 |
+
{"episode_index":33,"tasks":["Fold the towel"],"length":887}
|
35 |
+
{"episode_index":34,"tasks":["Fold the towel"],"length":684}
|
36 |
+
{"episode_index":35,"tasks":["Fold the towel"],"length":636}
|
37 |
+
{"episode_index":36,"tasks":["Fold the towel"],"length":675}
|
38 |
+
{"episode_index":37,"tasks":["Fold the towel"],"length":595}
|
39 |
+
{"episode_index":38,"tasks":["Fold the towel"],"length":643}
|
40 |
+
{"episode_index":39,"tasks":["Fold the towel"],"length":556}
|
41 |
+
{"episode_index":40,"tasks":["Fold the towel"],"length":563}
|
42 |
+
{"episode_index":41,"tasks":["Fold the towel"],"length":604}
|
43 |
+
{"episode_index":42,"tasks":["Fold the towel"],"length":594}
|
44 |
+
{"episode_index":43,"tasks":["Fold the towel"],"length":629}
|
45 |
+
{"episode_index":44,"tasks":["Fold the towel"],"length":614}
|
46 |
+
{"episode_index":45,"tasks":["Fold the towel"],"length":696}
|
47 |
+
{"episode_index":46,"tasks":["Fold the towel"],"length":631}
|
48 |
+
{"episode_index":47,"tasks":["Fold the towel"],"length":633}
|
49 |
+
{"episode_index":48,"tasks":["Fold the towel"],"length":605}
|
50 |
+
{"episode_index":49,"tasks":["Fold the towel"],"length":568}
|
51 |
+
{"episode_index":50,"tasks":["Fold the towel"],"length":629}
|
meta/episodes_stats.jsonl
ADDED
The diff for this file is too large to render.
See raw diff
|
|
meta/info.json
ADDED
@@ -0,0 +1,113 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"robot_type": "bi_so100_follower",
|
3 |
+
"codebase_version": "v2.1",
|
4 |
+
"total_episodes": 51,
|
5 |
+
"total_frames": 38291,
|
6 |
+
"total_tasks": 1,
|
7 |
+
"total_videos": 51,
|
8 |
+
"total_chunks": 1,
|
9 |
+
"chunks_size": 1000,
|
10 |
+
"fps": 15,
|
11 |
+
"splits": {
|
12 |
+
"train": "0:51"
|
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 |
+
12
|
21 |
+
],
|
22 |
+
"names": [
|
23 |
+
"left_shoulder_pan.pos",
|
24 |
+
"left_shoulder_lift.pos",
|
25 |
+
"left_elbow_flex.pos",
|
26 |
+
"left_wrist_flex.pos",
|
27 |
+
"left_wrist_roll.pos",
|
28 |
+
"left_gripper.pos",
|
29 |
+
"right_shoulder_pan.pos",
|
30 |
+
"right_shoulder_lift.pos",
|
31 |
+
"right_elbow_flex.pos",
|
32 |
+
"right_wrist_flex.pos",
|
33 |
+
"right_wrist_roll.pos",
|
34 |
+
"right_gripper.pos"
|
35 |
+
]
|
36 |
+
},
|
37 |
+
"observation.state": {
|
38 |
+
"dtype": "float32",
|
39 |
+
"shape": [
|
40 |
+
12
|
41 |
+
],
|
42 |
+
"names": [
|
43 |
+
"left_shoulder_pan.pos",
|
44 |
+
"left_shoulder_lift.pos",
|
45 |
+
"left_elbow_flex.pos",
|
46 |
+
"left_wrist_flex.pos",
|
47 |
+
"left_wrist_roll.pos",
|
48 |
+
"left_gripper.pos",
|
49 |
+
"right_shoulder_pan.pos",
|
50 |
+
"right_shoulder_lift.pos",
|
51 |
+
"right_elbow_flex.pos",
|
52 |
+
"right_wrist_flex.pos",
|
53 |
+
"right_wrist_roll.pos",
|
54 |
+
"right_gripper.pos"
|
55 |
+
]
|
56 |
+
},
|
57 |
+
"timestamp": {
|
58 |
+
"dtype": "float32",
|
59 |
+
"shape": [
|
60 |
+
1
|
61 |
+
],
|
62 |
+
"names": null
|
63 |
+
},
|
64 |
+
"episode_index": {
|
65 |
+
"dtype": "int64",
|
66 |
+
"shape": [
|
67 |
+
1
|
68 |
+
],
|
69 |
+
"names": null
|
70 |
+
},
|
71 |
+
"frame_index": {
|
72 |
+
"dtype": "int64",
|
73 |
+
"shape": [
|
74 |
+
1
|
75 |
+
],
|
76 |
+
"names": null
|
77 |
+
},
|
78 |
+
"task_index": {
|
79 |
+
"dtype": "int64",
|
80 |
+
"shape": [
|
81 |
+
1
|
82 |
+
],
|
83 |
+
"names": null
|
84 |
+
},
|
85 |
+
"index": {
|
86 |
+
"dtype": "int64",
|
87 |
+
"shape": [
|
88 |
+
1
|
89 |
+
],
|
90 |
+
"names": null
|
91 |
+
},
|
92 |
+
"observation.images.front": {
|
93 |
+
"dtype": "video",
|
94 |
+
"shape": [
|
95 |
+
720,
|
96 |
+
1280,
|
97 |
+
3
|
98 |
+
],
|
99 |
+
"names": [
|
100 |
+
"height",
|
101 |
+
"width",
|
102 |
+
"channels"
|
103 |
+
],
|
104 |
+
"info": {
|
105 |
+
"video.fps": 15,
|
106 |
+
"video.codec": "av1",
|
107 |
+
"video.pix_fmt": "yuv420p",
|
108 |
+
"video.is_depth_map": false,
|
109 |
+
"has_audio": false
|
110 |
+
}
|
111 |
+
}
|
112 |
+
}
|
113 |
+
}
|
meta/tasks.jsonl
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"task_index":0,"task":"Fold the towel"}
|
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:e401c11e8fb151898825c001dbfd2390e7672c1495ed147bc100f9ee141294c0
|
3 |
+
size 9499545
|
videos/chunk-000/observation.images.front/episode_000001.mp4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0de49e344b1119e82b103ba1d82a1d5d9181c5d67b92f3cf233f1fca9a8ec739
|
3 |
+
size 13725943
|
videos/chunk-000/observation.images.front/episode_000002.mp4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b40d1ddf06d0d4893ac2fdf02461b4ce7679fb623441561dd2b180fb0b9c44c
|
3 |
+
size 14413512
|
videos/chunk-000/observation.images.front/episode_000003.mp4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:daaf8abd4b865831080a902aad275d5e0bbee6b6db47bf3c97da4d5174b29d96
|
3 |
+
size 13043857
|