y0-0n commited on
Commit
8992430
·
verified ·
1 Parent(s): a24415d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +165 -0
README.md ADDED
@@ -0,0 +1,165 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - y
8
+ - o
9
+ - o
10
+ - n
11
+ - b
12
+ - y
13
+ - u
14
+ - n
15
+ - g
16
+ configs:
17
+ - config_name: default
18
+ data_files: data/*/*.parquet
19
+ ---
20
+
21
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
22
+
23
+ ## Dataset Description
24
+
25
+
26
+
27
+ - **Homepage:** [More Information Needed]
28
+ - **Paper:** [More Information Needed]
29
+ - **License:** apache-2.0
30
+
31
+ ## Dataset Structure
32
+
33
+ [meta/info.json](meta/info.json):
34
+ ```json
35
+ {
36
+ "codebase_version": "v2.1",
37
+ "robot_type": "ffw_sh5",
38
+ "total_episodes": 5,
39
+ "total_frames": 380,
40
+ "total_tasks": 1,
41
+ "total_videos": 5,
42
+ "total_chunks": 1,
43
+ "chunks_size": 1000,
44
+ "fps": 20,
45
+ "splits": {
46
+ "train": "0:5"
47
+ },
48
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
49
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
50
+ "features": {
51
+ "observation.images.agentview": {
52
+ "dtype": "video",
53
+ "shape": [
54
+ 480,
55
+ 640,
56
+ 3
57
+ ],
58
+ "names": [
59
+ "height",
60
+ "width",
61
+ "channels"
62
+ ],
63
+ "info": {
64
+ "video.height": 480,
65
+ "video.width": 640,
66
+ "video.channels": 3,
67
+ "video.codec": "libx264",
68
+ "video.pix_fmt": "yuv420p"
69
+ }
70
+ },
71
+ "observation.state": {
72
+ "dtype": "float32",
73
+ "shape": [
74
+ 16
75
+ ],
76
+ "names": [
77
+ "arm_l_joint1",
78
+ "arm_l_joint2",
79
+ "arm_l_joint3",
80
+ "arm_l_joint4",
81
+ "arm_l_joint5",
82
+ "arm_l_joint6",
83
+ "arm_l_joint7",
84
+ "gripper_l_joint1",
85
+ "arm_r_joint1",
86
+ "arm_r_joint2",
87
+ "arm_r_joint3",
88
+ "arm_r_joint4",
89
+ "arm_r_joint5",
90
+ "arm_r_joint6",
91
+ "arm_r_joint7",
92
+ "gripper_r_joint1"
93
+ ]
94
+ },
95
+ "action": {
96
+ "dtype": "float32",
97
+ "shape": [
98
+ 16
99
+ ],
100
+ "names": [
101
+ "arm_l_joint1",
102
+ "arm_l_joint2",
103
+ "arm_l_joint3",
104
+ "arm_l_joint4",
105
+ "arm_l_joint5",
106
+ "arm_l_joint6",
107
+ "arm_l_joint7",
108
+ "gripper_l_joint1",
109
+ "arm_r_joint1",
110
+ "arm_r_joint2",
111
+ "arm_r_joint3",
112
+ "arm_r_joint4",
113
+ "arm_r_joint5",
114
+ "arm_r_joint6",
115
+ "arm_r_joint7",
116
+ "gripper_r_joint1"
117
+ ]
118
+ },
119
+ "timestamp": {
120
+ "dtype": "float32",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ },
126
+ "frame_index": {
127
+ "dtype": "int64",
128
+ "shape": [
129
+ 1
130
+ ],
131
+ "names": null
132
+ },
133
+ "episode_index": {
134
+ "dtype": "int64",
135
+ "shape": [
136
+ 1
137
+ ],
138
+ "names": null
139
+ },
140
+ "index": {
141
+ "dtype": "int64",
142
+ "shape": [
143
+ 1
144
+ ],
145
+ "names": null
146
+ },
147
+ "task_index": {
148
+ "dtype": "int64",
149
+ "shape": [
150
+ 1
151
+ ],
152
+ "names": null
153
+ }
154
+ }
155
+ }
156
+ ```
157
+
158
+
159
+ ## Citation
160
+
161
+ **BibTeX:**
162
+
163
+ ```bibtex
164
+ [More Information Needed]
165
+ ```