somusan commited on
Commit
3dc11c1
·
verified ·
1 Parent(s): e99b602

Upload README.md with huggingface_hub

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