oulianov commited on
Commit
ba6caa1
·
verified ·
1 Parent(s): bd4fe23

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_15
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:9c130d49ab1dd0b0d8c3974e329aef92fc0d74779c3b470085c342fac38d64fe
3
+ size 9263
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["Pick up the lego brick and put in the box"],"length":78}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"observation.state": {"max": [0.17129257321357727, -0.0016117612831294537, 0.02297255039638995, 1.999999999999999], "min": [-0.1712946515666264, -0.012912474572658539, -0.06029088795185089, 1.343397855758667], "mean": [0.11191536923614219, -0.004921403444108324, -0.03329437113624267, 1.3521189918884864], "std": [0.07694867230392062, 0.003910176561157703, 0.015169205326173933, 0.07383294363556199], "count": [78]}, "action": {"max": [0.17129257321357727, -0.0016117612831294537, 0.02297255039638995, 1.999999999999999], "min": [-0.1712946515666264, -0.012912474572658539, -0.06029088795185089, 1.343397855758667], "mean": [0.11191536923614219, -0.004921403444108324, -0.03329437113624267, 1.3521189918884864], "std": [0.07694867230392062, 0.003910176561157703, 0.015169205326173933, 0.07383294363556199], "count": [78]}, "timestamp": {"max": [3.0697062499966705], "min": [0.0005284999933792278], "mean": [1.527873823151682], "std": [0.8998707746276228], "count": [78]}, "frame_index": {"max": [77], "min": [0], "mean": [38.5], "std": [22.51480994071828], "count": [78]}, "episode_index": {"max": [0], "min": [0], "mean": [0.0], "std": [0.0], "count": [78]}, "index": {"max": [77], "min": [0], "mean": [38.5], "std": [22.51480994071828], "count": [78]}, "task_index": {"max": [0], "min": [0], "mean": [0.0], "std": [0.0], "count": [78]}, "observation.images.main": {"max": [[[1.0]], [[0.9960784316062927]], [[0.9372549057006836]]], "min": [[[0.0]], [[0.0117647061124444]], [[0.007843137718737125]]], "mean": [[[0.583422839641571]], [[0.5904362797737122]], [[0.5713910460472107]]], "std": [[[0.1588415801525116]], [[0.15355008840560913]], [[0.14720535278320312]]], "count": [5990400]}, "observation.images.secondary_0": {"max": [[[1.0]], [[1.0]], [[0.9921568632125854]]], "min": [[[0.13333334028720856]], [[0.12156862765550613]], [[0.07058823853731155]]], "mean": [[[0.5437200665473938]], [[0.49491873383522034]], [[0.40214672684669495]]], "std": [[[0.21264801919460297]], [[0.20222873985767365]], [[0.20143505930900574]]], "count": [5990400]}}}
meta/info.json ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_type": "urdf_loader",
3
+ "codebase_version": "v2.1",
4
+ "total_episodes": 1,
5
+ "total_frames": 78,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
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
+ "observation.images.secondary_0": {
97
+ "dtype": "video",
98
+ "shape": [
99
+ 240,
100
+ 320,
101
+ 3
102
+ ],
103
+ "names": [
104
+ "height",
105
+ "width",
106
+ "channel"
107
+ ],
108
+ "info": {
109
+ "video.fps": 26,
110
+ "video.codec": "avc1",
111
+ "video.pix_fmt": "yuv420p",
112
+ "video.is_depth_map": false,
113
+ "has_audio": false
114
+ }
115
+ }
116
+ }
117
+ }
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:11cb0cacb091ede620ea40315970081bf250a29a85b0da222e073dfc08fc254c
3
+ size 25663
videos/chunk-000/observation.images.secondary_0/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f551c7179173561b25e7f0eb71f165f44c901b4c8303de2a0c5545efa3d8f56e
3
+ size 47619