F-Fer commited on
Commit
cd8a24d
·
verified ·
1 Parent(s): e1c29fe

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - phosphobot
5
+ - so100
6
+ - phospho-dk
7
+ task_categories:
8
+ - robotics
9
+ ---
10
+
11
+ # example_dataset_3
12
+
13
+ **This dataset was generated using [phosphobot](https://docs.phospho.ai).**
14
+
15
+ 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.
16
+
17
+ 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:5a41c3a8d3b245a394c54091e9ae97c6349fc7498bd86742249b496b159a992a
3
+ size 6527
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["bla bla bla"],"length":117}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"observation.state": {"max": [], "min": [], "mean": [], "std": [], "count": [117]}, "action": {"max": [], "min": [], "mean": [], "std": [], "count": [117]}, "timestamp": {"max": [3.9451243060002525], "min": [0.0018553700001575635], "mean": [1.964169945760799], "std": [1.1491104685776123], "count": [117]}, "frame_index": {"max": [116], "min": [0], "mean": [58.0], "std": [33.77375707064091], "count": [117]}, "episode_index": {"max": [0], "min": [0], "mean": [0.0], "std": [0.0], "count": [117]}, "index": {"max": [116], "min": [0], "mean": [58.0], "std": [33.77375707064091], "count": [117]}, "task_index": {"max": [0], "min": [0], "mean": [0.0], "std": [0.0], "count": [117]}, "observation.images.main": {"max": [[[1.0]], [[1.0]], [[1.0]]], "min": [[[0.0]], [[0.0]], [[0.007843137718737125]]], "mean": [[[0.3883283734321594]], [[0.38728198409080505]], [[0.4053334891796112]]], "std": [[[0.26548516750335693]], [[0.2755371928215027]], [[0.2471863180398941]]], "count": [8985600]}}}
meta/info.json ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_type": "ur5e",
3
+ "codebase_version": "v2.1",
4
+ "total_episodes": 1,
5
+ "total_frames": 117,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:1"
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
+ 7
21
+ ],
22
+ "names": [
23
+ "motor_0",
24
+ "motor_1",
25
+ "motor_2",
26
+ "motor_3",
27
+ "motor_4",
28
+ "motor_5",
29
+ "motor_6",
30
+ "gripper"
31
+ ]
32
+ },
33
+ "observation.state": {
34
+ "dtype": "float32",
35
+ "shape": [
36
+ 7
37
+ ],
38
+ "names": [
39
+ "motor_0",
40
+ "motor_1",
41
+ "motor_2",
42
+ "motor_3",
43
+ "motor_4",
44
+ "motor_5",
45
+ "motor_6",
46
+ "gripper"
47
+ ]
48
+ },
49
+ "timestamp": {
50
+ "dtype": "float32",
51
+ "shape": [
52
+ 1
53
+ ],
54
+ "names": null
55
+ },
56
+ "episode_index": {
57
+ "dtype": "int64",
58
+ "shape": [
59
+ 1
60
+ ],
61
+ "names": null
62
+ },
63
+ "frame_index": {
64
+ "dtype": "int64",
65
+ "shape": [
66
+ 1
67
+ ],
68
+ "names": null
69
+ },
70
+ "task_index": {
71
+ "dtype": "int64",
72
+ "shape": [
73
+ 1
74
+ ],
75
+ "names": null
76
+ },
77
+ "index": {
78
+ "dtype": "int64",
79
+ "shape": [
80
+ 1
81
+ ],
82
+ "names": null
83
+ },
84
+ "observation.images.main": {
85
+ "dtype": "video",
86
+ "shape": [
87
+ 240,
88
+ 320,
89
+ 3
90
+ ],
91
+ "names": [
92
+ "height",
93
+ "width",
94
+ "channel"
95
+ ],
96
+ "info": {
97
+ "video.fps": 30,
98
+ "video.codec": "mp4v",
99
+ "video.pix_fmt": "yuv420p",
100
+ "video.is_depth_map": false,
101
+ "has_audio": false
102
+ }
103
+ },
104
+ "observation.images.secondary_0": {
105
+ "dtype": "video",
106
+ "shape": [
107
+ 240,
108
+ 320,
109
+ 3
110
+ ],
111
+ "names": [
112
+ "height",
113
+ "width",
114
+ "channel"
115
+ ],
116
+ "info": {
117
+ "video.fps": 30,
118
+ "video.codec": "mp4v",
119
+ "video.pix_fmt": "yuv420p",
120
+ "video.is_depth_map": false,
121
+ "has_audio": false
122
+ }
123
+ }
124
+ }
125
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"bla bla bla"}
videos/chunk-000/observation.images.main/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:093a4762e958764c73fad22d32f8a4cd9fa2c952cf496bb2054ea1e99d1cbdca
3
+ size 338498