F-Fer commited on
Commit
9645f20
·
verified ·
1 Parent(s): 5bf02ac

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_2
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:3a76e61cd24438cd6ae6119e9f2396b1954b273e67bc18cb6e8acca8d0274822
3
+ size 10815
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["bla bla bla"],"length":390}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"observation.state": {"max": [], "min": [], "mean": [], "std": [], "count": [390]}, "action": {"max": [], "min": [], "mean": [], "std": [], "count": [390]}, "timestamp": {"max": [14.10875740199981], "min": [0.0015429689997290552], "mean": [6.923242063525493], "std": [4.194440265328631], "count": [390]}, "frame_index": {"max": [389], "min": [0], "mean": [194.5], "std": [112.58293239504229], "count": [390]}, "episode_index": {"max": [0], "min": [0], "mean": [0.0], "std": [0.0], "count": [390]}, "index": {"max": [389], "min": [0], "mean": [194.5], "std": [112.58293239504229], "count": [390]}, "task_index": {"max": [0], "min": [0], "mean": [0.0], "std": [0.0], "count": [390]}, "observation.images.main": {"max": [[[1.0]], [[1.0]], [[1.0]]], "min": [[[0.0]], [[0.0]], [[0.003921568859368563]]], "mean": [[[0.3149625062942505]], [[0.3109600245952606]], [[0.33622151613235474]]], "std": [[[0.2582288086414337]], [[0.2672766149044037]], [[0.24004870653152466]]], "count": [29952000]}}}
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": 390,
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": "avc1",
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": "avc1",
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:2785317bc0f622b5f159567b641467b1832db8d2d4001e6628fbe7254ff20ad9
3
+ size 171558