F-Fer commited on
Commit
b5119c3
·
verified ·
1 Parent(s): a9b352e

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_5
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:8d88eebac1b54370eb4fb126a9ed231ae2baf84cc185e28050eb6a5017e36ba0
3
+ size 5963
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["bla bla bla"],"length":79}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"observation.state": {"max": [], "min": [], "mean": [], "std": [], "count": [79]}, "action": {"max": [], "min": [], "mean": [], "std": [], "count": [79]}, "timestamp": {"max": [2.6566062239999155], "min": [0.006282153999563889], "mean": [1.3294383920631418], "std": [0.7747753515713598], "count": [79]}, "frame_index": {"max": [78], "min": [0], "mean": [39.0], "std": [22.80350850198276], "count": [79]}, "episode_index": {"max": [0], "min": [0], "mean": [0.0], "std": [0.0], "count": [79]}, "index": {"max": [78], "min": [0], "mean": [39.0], "std": [22.80350850198276], "count": [79]}, "task_index": {"max": [0], "min": [0], "mean": [0.0], "std": [0.0], "count": [79]}, "observation.images.main": {"max": [[[1.0]], [[1.0]], [[1.0]]], "min": [[[0.0]], [[0.0]], [[0.0]]], "mean": [[[0.35778167843818665]], [[0.3501642048358917]], [[0.36635029315948486]]], "std": [[[0.2531164884567261]], [[0.27152857184410095]], [[0.2472592294216156]]], "count": [6067200]}}}
meta/info.json ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_type": "ur5e",
3
+ "codebase_version": "v2.1",
4
+ "total_episodes": 1,
5
+ "total_frames": 79,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
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
+ }
105
+ }
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:4c656f69a44e2e4d28d45ab0fc15081b2b85336eb9fb4afd4f1a77407de757c8
3
+ size 90634