jackschenkman commited on
Commit
9b828d0
·
verified ·
1 Parent(s): 006035d

Upload trimmed towel folding dataset with preserved structure

Browse files
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - phosphobot
4
+ - so100
5
+ - phospho-dk
6
+ task_categories:
7
+ - robotics
8
+ ---
9
+
10
+ ## Dataset Trimming Information
11
+
12
+ This dataset has been trimmed to the first fold detection point.
13
+
14
+ - **Original Dataset**: [arsenxeno/record-test](https://huggingface.co/datasets/arsenxeno/record-test)
15
+ - **Trimmed Episodes**: 4
16
+ - **Average Trimmed Length**: 438 frames
17
+ - **Average Fold Time**: 29.1 seconds
18
+
19
+
20
+
21
+ # record-test
22
+
23
+ **This dataset was generated using [phosphobot](https://docs.phospho.ai).**
24
+
25
+ This dataset contains a series of episodes recorded with a robot and multiple cameras. It can be directly used to train a policy using imitation learning. It's compatible with LeRobot.
26
+
27
+ To get started in robotics, [get your own phospho starter pack.](https://robots.phospho.ai).
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
episodes.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "episode_id": "episode_000000",
4
+ "episode_index": 0,
5
+ "original_frames": 900,
6
+ "trimmed_frames": 313,
7
+ "fold_time": 20.8,
8
+ "fold_similarity": 0.97314453125
9
+ },
10
+ {
11
+ "episode_id": "episode_000001",
12
+ "episode_index": 1,
13
+ "original_frames": 771,
14
+ "trimmed_frames": 465,
15
+ "fold_time": 30.933333333333334,
16
+ "fold_similarity": 0.9873046875
17
+ },
18
+ {
19
+ "episode_id": "episode_000002",
20
+ "episode_index": 2,
21
+ "original_frames": 794,
22
+ "trimmed_frames": 513,
23
+ "fold_time": 34.13333333333333,
24
+ "fold_similarity": 0.9814453125
25
+ },
26
+ {
27
+ "episode_id": "episode_000003",
28
+ "episode_index": 3,
29
+ "original_frames": 891,
30
+ "trimmed_frames": 461,
31
+ "fold_time": 30.666666666666668,
32
+ "fold_similarity": 0.98486328125
33
+ }
34
+ ]
meta/episodes.jsonl ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": [0], "length": 313}
2
+ {"episode_index": 1, "tasks": [0], "length": 465}
3
+ {"episode_index": 2, "tasks": [0], "length": 513}
4
+ {"episode_index": 3, "tasks": [0], "length": 461}
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": 4,
5
+ "total_frames": 1752,
6
+ "total_tasks": 1,
7
+ "total_videos": 4,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 15,
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
+ "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": "towel_folding_first_fold", "episodes": [0, 1, 2, 3]}
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