jaemin014 commited on
Commit
e91b2f6
·
verified ·
1 Parent(s): 27b1afe

Upload README.md with huggingface_hub

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