oulianov commited on
Commit
ff40a5c
·
verified ·
1 Parent(s): 31c8d5a

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
+ # vr_record_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:eda12d46cbcbe85aa29e9a92b5ffdc39df667ff9a9b189cc3ef519fbff09671f
3
+ size 5694
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["Pick up the lego brick and put in the box"],"length":46}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"observation.state": {"max": [0.059652868566623454, -0.3230374169454811, 0.8196691768522585, 1.5700000000000007], "min": [0.059652868566623454, -0.3230374169454811, 0.8196691768522585, 1.5700000000000007], "mean": [0.059652868566623454, -0.3230374169454815, 0.8196691768522585, 1.5700000000000012], "std": [0.0, 0.0, 0.0, 0.0], "count": [46]}, "action": {"max": [0.059652868566623454, -0.3230374169454811, 0.8196691768522585, 1.5700000000000007], "min": [0.059652868566623454, -0.3230374169454811, 0.8196691768522585, 1.5700000000000007], "mean": [0.059652868566623454, -0.3230374169454815, 0.8196691768522585, 1.5700000000000012], "std": [0.0, 0.0, 0.0, 0.0], "count": [46]}, "timestamp": {"max": [1.769177750000381], "min": [0.0005949170008534566], "mean": [0.8844974368895118], "std": [0.5223340132475945], "count": [46]}, "frame_index": {"max": [45], "min": [0], "mean": [22.5], "std": [13.275918047351754], "count": [46]}, "episode_index": {"max": [0], "min": [0], "mean": [0.0], "std": [0.0], "count": [46]}, "index": {"max": [45], "min": [0], "mean": [22.5], "std": [13.275918047351754], "count": [46]}, "task_index": {"max": [0], "min": [0], "mean": [0.0], "std": [0.0], "count": [46]}, "observation.images.main": {"max": [[[0.9803921580314636]], [[0.9450980424880981]], [[0.9058823585510254]]], "min": [[[0.03921568766236305]], [[0.003921568859368563]], [[0.0]]], "mean": [[[0.7261672616004944]], [[0.7001908421516418]], [[0.6532577276229858]]], "std": [[[0.22997437417507172]], [[0.22065748274326324]], [[0.1953154057264328]]], "count": [3532800]}}}
meta/info.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_type": "urdf_loader",
3
+ "codebase_version": "v2.1",
4
+ "total_episodes": 1,
5
+ "total_frames": 46,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 26,
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
+ 4
21
+ ],
22
+ "names": [
23
+ "motor_1",
24
+ "motor_2",
25
+ "motor_3",
26
+ "motor_4"
27
+ ]
28
+ },
29
+ "observation.state": {
30
+ "dtype": "float32",
31
+ "shape": [
32
+ 4
33
+ ],
34
+ "names": [
35
+ "motor_1",
36
+ "motor_2",
37
+ "motor_3",
38
+ "motor_4"
39
+ ]
40
+ },
41
+ "timestamp": {
42
+ "dtype": "float32",
43
+ "shape": [
44
+ 1
45
+ ],
46
+ "names": null
47
+ },
48
+ "episode_index": {
49
+ "dtype": "int64",
50
+ "shape": [
51
+ 1
52
+ ],
53
+ "names": null
54
+ },
55
+ "frame_index": {
56
+ "dtype": "int64",
57
+ "shape": [
58
+ 1
59
+ ],
60
+ "names": null
61
+ },
62
+ "task_index": {
63
+ "dtype": "int64",
64
+ "shape": [
65
+ 1
66
+ ],
67
+ "names": null
68
+ },
69
+ "index": {
70
+ "dtype": "int64",
71
+ "shape": [
72
+ 1
73
+ ],
74
+ "names": null
75
+ },
76
+ "observation.images.main": {
77
+ "dtype": "video",
78
+ "shape": [
79
+ 240,
80
+ 320,
81
+ 3
82
+ ],
83
+ "names": [
84
+ "height",
85
+ "width",
86
+ "channel"
87
+ ],
88
+ "info": {
89
+ "video.fps": 26,
90
+ "video.codec": "avc1",
91
+ "video.pix_fmt": "yuv420p",
92
+ "video.is_depth_map": false,
93
+ "has_audio": false
94
+ }
95
+ }
96
+ }
97
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"Pick up the lego brick and put in the box"}
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:fa35048d5b006c2739aa5c92fac55fecf380a840117e0e8c143d584018e66a33
3
+ size 28549