oulianov commited on
Commit
5c187ba
·
verified ·
1 Parent(s): 5eeec51

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_8
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:5cadfe2f170f3b4d6f6a8087ca6e09b0a8c3bbc1c408f7dda670b5c06c8171be
3
+ size 5945
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["Pick up the lego brick and put in the box"],"length":63}
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.2794066669714035e-37, 6.5319974987464054e-21, 0.5000000000000002], "std": [0.0, 0.0, 2.9438783936434163e-28, 1.0536712127723509e-08], "count": [63]}, "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.2794066669714035e-37, 6.5319974987464054e-21, 0.5000000000000002], "std": [0.0, 0.0, 2.9438783936434163e-28, 1.0536712127723509e-08], "count": [63]}, "timestamp": {"max": [2.433317083006841], "min": [0.0015919580037007108], "mean": [1.216597898794423], "std": [0.7131854237909239], "count": [63]}, "frame_index": {"max": [62], "min": [0], "mean": [31.0], "std": [18.18424226264781], "count": [63]}, "episode_index": {"max": [0], "min": [0], "mean": [0.0], "std": [0.0], "count": [63]}, "index": {"max": [62], "min": [0], "mean": [31.0], "std": [18.18424226264781], "count": [63]}, "task_index": {"max": [0], "min": [0], "mean": [0.0], "std": [0.0], "count": [63]}, "observation.images.main": {"max": [[[0.9725490212440491]], [[0.9529411792755127]], [[0.9450980424880981]]], "min": [[[0.019607843831181526]], [[0.01568627543747425]], [[0.003921568859368563]]], "mean": [[[0.7392474412918091]], [[0.7373297214508057]], [[0.722807765007019]]], "std": [[[0.22172915935516357]], [[0.2255975604057312]], [[0.2166314423084259]]], "count": [4838400]}}}
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": 63,
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:53d2887cf525e3d0badf60eda595755561aab723bc076740af35357f51a832ae
3
+ size 26981