oulianov commited on
Commit
d6579c1
·
verified ·
1 Parent(s): 3057be6

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_12
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:43006e92e736a58a24fb88fc2ca08c75a7885950e17562d62403668c1ca218cf
3
+ size 6249
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["Pick up the lego brick and put in the box"],"length":79}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"observation.state": {"max": [0.0, -1.2794066669714014e-37, 6.5319974987464144e-21, 0.5000000000000006], "min": [0.0, -1.2794066669714014e-37, 6.5319974987464144e-21, 0.5000000000000006], "mean": [0.0, -1.2794066669714037e-37, 6.531997498746411e-21, 0.5000000000000002], "std": [0.0, 0.0, 2.2578516593487376e-28, 7.450580596923828e-09], "count": [79]}, "action": {"max": [0.0, -1.2794066669714014e-37, 6.5319974987464144e-21, 0.5000000000000006], "min": [0.0, -1.2794066669714014e-37, 6.5319974987464144e-21, 0.5000000000000006], "mean": [0.0, -1.2794066669714037e-37, 6.531997498746411e-21, 0.5000000000000002], "std": [0.0, 0.0, 2.2578516593487376e-28, 7.450580596923828e-09], "count": [79]}, "timestamp": {"max": [3.1108969589986373], "min": [0.003591458997107111], "mean": [1.5494323331268454], "std": [0.9097803481046672], "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]], [[0.9960784316062927]], [[0.9450980424880981]]], "min": [[[0.0]], [[0.0117647061124444]], [[0.003921568859368563]]], "mean": [[[0.5473126173019409]], [[0.5377258062362671]], [[0.5109218955039978]]], "std": [[[0.17878521978855133]], [[0.1754896491765976]], [[0.16420866549015045]]], "count": [6067200]}}}
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": 79,
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:9326c0fb6442f4c34624ae2c83efe2c3412ed64a4f7d09b90d885d4de0fb1865
3
+ size 26589