michaelyeah7 commited on
Commit
57dc38a
·
verified ·
1 Parent(s): db4b4b4

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
+ 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=michaelyeah7/panda_grasp_red_apple_409">
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
+ "codebase_version": "v3.0",
35
+ "robot_type": "franka",
36
+ "total_episodes": 2357,
37
+ "total_frames": 476161,
38
+ "fps": 30,
39
+ "splits": {
40
+ "train": "0:2357"
41
+ },
42
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
43
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
44
+ "features": {
45
+ "observation.state": {
46
+ "dtype": "float32",
47
+ "shape": [
48
+ 9
49
+ ],
50
+ "names": [
51
+ "joint_0",
52
+ "joint_1",
53
+ "joint_2",
54
+ "joint_3",
55
+ "joint_4",
56
+ "joint_5",
57
+ "joint_6",
58
+ "gripper_left",
59
+ "gripper_right"
60
+ ],
61
+ "fps": 30
62
+ },
63
+ "observation.images.front": {
64
+ "dtype": "video",
65
+ "shape": [
66
+ 3,
67
+ 480,
68
+ 480
69
+ ],
70
+ "video_info": {
71
+ "video.fps": 30,
72
+ "video.height": 480,
73
+ "video.width": 480,
74
+ "video.channels": 3,
75
+ "video.codec": "h264",
76
+ "video.pix_fmt": "yuv420p",
77
+ "has_audio": false
78
+ },
79
+ "names": [
80
+ "channels",
81
+ "height",
82
+ "width"
83
+ ]
84
+ },
85
+ "observation.images.wrist": {
86
+ "dtype": "video",
87
+ "shape": [
88
+ 3,
89
+ 480,
90
+ 480
91
+ ],
92
+ "video_info": {
93
+ "video.fps": 30,
94
+ "video.height": 480,
95
+ "video.width": 480,
96
+ "video.channels": 3,
97
+ "video.codec": "h264",
98
+ "video.pix_fmt": "yuv420p",
99
+ "has_audio": false
100
+ },
101
+ "names": [
102
+ "channels",
103
+ "height",
104
+ "width"
105
+ ]
106
+ },
107
+ "action": {
108
+ "dtype": "float32",
109
+ "shape": [
110
+ 8
111
+ ],
112
+ "names": [
113
+ "pos_x",
114
+ "pos_y",
115
+ "pos_z",
116
+ "quat_w",
117
+ "quat_x",
118
+ "quat_y",
119
+ "quat_z",
120
+ "gripper"
121
+ ],
122
+ "fps": 30
123
+ },
124
+ "timestamp": {
125
+ "dtype": "float32",
126
+ "shape": [
127
+ 1
128
+ ],
129
+ "names": null,
130
+ "fps": 30
131
+ },
132
+ "frame_index": {
133
+ "dtype": "int64",
134
+ "shape": [
135
+ 1
136
+ ],
137
+ "names": null,
138
+ "fps": 30
139
+ },
140
+ "episode_index": {
141
+ "dtype": "int64",
142
+ "shape": [
143
+ 1
144
+ ],
145
+ "names": null,
146
+ "fps": 30
147
+ },
148
+ "index": {
149
+ "dtype": "int64",
150
+ "shape": [
151
+ 1
152
+ ],
153
+ "names": null,
154
+ "fps": 30
155
+ },
156
+ "task_index": {
157
+ "dtype": "int64",
158
+ "shape": [
159
+ 1
160
+ ],
161
+ "names": null,
162
+ "fps": 30
163
+ }
164
+ },
165
+ "data_files_size_in_mb": 100,
166
+ "video_files_size_in_mb": 200
167
+ }
168
+ ```
169
+
170
+
171
+ ## Citation
172
+
173
+ **BibTeX:**
174
+
175
+ ```bibtex
176
+ [More Information Needed]
177
+ ```