daisy-zzz commited on
Commit
4131d5e
·
verified ·
1 Parent(s): 8c37c79

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
+ # open_drawer_test
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:d6276206f3e1ee40f60c5924c1cfc927365a5f39a1929be8e21f4168ec754024
3
+ size 6711
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index":0,"tasks":["open drawer"],"length":32}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"observation.state": {"max": [0.05677114929563973, 0.03835888465921603, 0.07364905854569478, -0.019946620022792336, 0.030687107727372827, 2.155769317847941], "min": [0.02454968618189826, 0.027618396954635544, 0.07364905854569478, -0.027618396954635544, 0.016877909250055056, 2.155769317847941], "mean": [0.04042067470964889, 0.030926850756492905, 0.07364905854569477, -0.027330705319691413, 0.019850722811144306, 2.155769317847941], "std": [0.01121372230981117, 0.002660607606664236, 9.313225746154785e-10, 0.0013527966459054117, 0.0036979536537358956, 0.0], "count": [32]}, "action": {"max": [0.05677114929563973, 0.03835888465921603, 0.07364905854569478, -0.019946620022792336, 0.030687107727372827, 2.155769317847941], "min": [0.02454968618189826, 0.027618396954635544, 0.07364905854569478, -0.027618396954635544, 0.016877909250055056, 2.155769317847941], "mean": [0.04042067470964889, 0.030926850756492905, 0.07364905854569477, -0.027330705319691413, 0.019850722811144306, 2.155769317847941], "std": [0.01121372230981117, 0.002660607606664236, 9.313225746154785e-10, 0.0013527966459054117, 0.0036979536537358956, 0.0], "count": [32]}, "timestamp": {"max": [2.0861757499806117], "min": [0.0014182919985614717], "mean": [1.0442927763979242], "std": [0.6212211304427375], "count": [32]}, "frame_index": {"max": [31], "min": [0], "mean": [15.5], "std": [9.233092656309694], "count": [32]}, "episode_index": {"max": [0], "min": [0], "mean": [0.0], "std": [0.0], "count": [32]}, "index": {"max": [31], "min": [0], "mean": [15.5], "std": [9.233092656309694], "count": [32]}, "task_index": {"max": [0], "min": [0], "mean": [0.0], "std": [0.0], "count": [32]}, "observation.images.main": {"max": [[[1.0]], [[1.0]], [[1.0]]], "min": [[[0.0]], [[0.0]], [[0.0]]], "mean": [[[0.4732324182987213]], [[0.4689732789993286]], [[0.4635813534259796]]], "std": [[[0.3007308542728424]], [[0.30018150806427]], [[0.3095622658729553]]], "count": [9830400]}}}
meta/info.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "robot_type": "so-100, unitree-go2",
3
+ "codebase_version": "v2.1",
4
+ "total_episodes": 1,
5
+ "total_frames": 32,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 15,
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
+ 9
21
+ ],
22
+ "names": [
23
+ "motor_1",
24
+ "motor_2",
25
+ "motor_3",
26
+ "motor_4",
27
+ "motor_5",
28
+ "motor_6",
29
+ "x_secondary",
30
+ "y_secondary",
31
+ "rz_secondary"
32
+ ]
33
+ },
34
+ "observation.state": {
35
+ "dtype": "float32",
36
+ "shape": [
37
+ 9
38
+ ],
39
+ "names": [
40
+ "motor_1",
41
+ "motor_2",
42
+ "motor_3",
43
+ "motor_4",
44
+ "motor_5",
45
+ "motor_6",
46
+ "x_secondary",
47
+ "y_secondary",
48
+ "rz_secondary"
49
+ ]
50
+ },
51
+ "timestamp": {
52
+ "dtype": "float32",
53
+ "shape": [
54
+ 1
55
+ ],
56
+ "names": null
57
+ },
58
+ "episode_index": {
59
+ "dtype": "int64",
60
+ "shape": [
61
+ 1
62
+ ],
63
+ "names": null
64
+ },
65
+ "frame_index": {
66
+ "dtype": "int64",
67
+ "shape": [
68
+ 1
69
+ ],
70
+ "names": null
71
+ },
72
+ "task_index": {
73
+ "dtype": "int64",
74
+ "shape": [
75
+ 1
76
+ ],
77
+ "names": null
78
+ },
79
+ "index": {
80
+ "dtype": "int64",
81
+ "shape": [
82
+ 1
83
+ ],
84
+ "names": null
85
+ },
86
+ "observation.images.main": {
87
+ "dtype": "video",
88
+ "shape": [
89
+ 480,
90
+ 640,
91
+ 3
92
+ ],
93
+ "names": [
94
+ "height",
95
+ "width",
96
+ "channel"
97
+ ],
98
+ "info": {
99
+ "video.fps": 15,
100
+ "video.codec": "avc1",
101
+ "video.pix_fmt": "yuv420p",
102
+ "video.is_depth_map": false,
103
+ "has_audio": false
104
+ }
105
+ }
106
+ }
107
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index":0,"task":"open drawer"}
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:fafcb0cbde168147acf006c3fae79ad6c7757529fa6a4b9d8f6e965a28c3265e
3
+ size 115625