Sri-Ram-A commited on
Commit
ed682a0
·
verified ·
1 Parent(s): 3e9f26f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +170 -17
README.md CHANGED
@@ -1,17 +1,170 @@
1
-
2
- ---
3
- tags:
4
- - phosphobot
5
- - so100
6
- - phospho-dk
7
- task_categories:
8
- - robotics
9
- ---
10
-
11
- # pnp1
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).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
+ ---
11
+
12
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
+
14
+
15
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=Sri-Ram-A/pnp1">
16
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
17
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
18
+ </a>
19
+
20
+
21
+ ## Dataset Description
22
+
23
+
24
+
25
+ - **Homepage:** [More Information Needed]
26
+ - **Paper:** [More Information Needed]
27
+ - **License:** apache-2.0
28
+
29
+ ## Dataset Structure
30
+
31
+ [meta/info.json](meta/info.json):
32
+ ```json
33
+ {
34
+ "robot_type": "so-100",
35
+ "codebase_version": "v3.0",
36
+ "total_episodes": 43,
37
+ "total_frames": 30441,
38
+ "total_tasks": 1,
39
+ "chunks_size": 1000,
40
+ "fps": 30,
41
+ "splits": {
42
+ "train": "0:43"
43
+ },
44
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
45
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
46
+ "features": {
47
+ "action": {
48
+ "dtype": "float32",
49
+ "shape": [
50
+ 6
51
+ ],
52
+ "names": [
53
+ "motor_1",
54
+ "motor_2",
55
+ "motor_3",
56
+ "motor_4",
57
+ "motor_5",
58
+ "motor_6"
59
+ ],
60
+ "fps": 30
61
+ },
62
+ "observation.state": {
63
+ "dtype": "float32",
64
+ "shape": [
65
+ 6
66
+ ],
67
+ "names": [
68
+ "motor_1",
69
+ "motor_2",
70
+ "motor_3",
71
+ "motor_4",
72
+ "motor_5",
73
+ "motor_6"
74
+ ],
75
+ "fps": 30
76
+ },
77
+ "timestamp": {
78
+ "dtype": "float32",
79
+ "shape": [
80
+ 1
81
+ ],
82
+ "names": null,
83
+ "fps": 30
84
+ },
85
+ "episode_index": {
86
+ "dtype": "int64",
87
+ "shape": [
88
+ 1
89
+ ],
90
+ "names": null,
91
+ "fps": 30
92
+ },
93
+ "frame_index": {
94
+ "dtype": "int64",
95
+ "shape": [
96
+ 1
97
+ ],
98
+ "names": null,
99
+ "fps": 30
100
+ },
101
+ "task_index": {
102
+ "dtype": "int64",
103
+ "shape": [
104
+ 1
105
+ ],
106
+ "names": null,
107
+ "fps": 30
108
+ },
109
+ "index": {
110
+ "dtype": "int64",
111
+ "shape": [
112
+ 1
113
+ ],
114
+ "names": null,
115
+ "fps": 30
116
+ },
117
+ "observation.images.main": {
118
+ "dtype": "video",
119
+ "shape": [
120
+ 240,
121
+ 320,
122
+ 3
123
+ ],
124
+ "names": [
125
+ "height",
126
+ "width",
127
+ "channel"
128
+ ],
129
+ "info": {
130
+ "video.fps": 30,
131
+ "video.codec": "avc1",
132
+ "video.pix_fmt": "yuv420p",
133
+ "video.is_depth_map": false,
134
+ "has_audio": false
135
+ }
136
+ },
137
+ "observation.images.secondary_0": {
138
+ "dtype": "video",
139
+ "shape": [
140
+ 240,
141
+ 320,
142
+ 3
143
+ ],
144
+ "names": [
145
+ "height",
146
+ "width",
147
+ "channel"
148
+ ],
149
+ "info": {
150
+ "video.fps": 30,
151
+ "video.codec": "avc1",
152
+ "video.pix_fmt": "yuv420p",
153
+ "video.is_depth_map": false,
154
+ "has_audio": false
155
+ }
156
+ }
157
+ },
158
+ "data_files_size_in_mb": 100,
159
+ "video_files_size_in_mb": 200
160
+ }
161
+ ```
162
+
163
+
164
+ ## Citation
165
+
166
+ **BibTeX:**
167
+
168
+ ```bibtex
169
+ [More Information Needed]
170
+ ```