Tavish9 commited on
Commit
e0b8b61
·
verified ·
1 Parent(s): c580ddf

Upload README.md with huggingface_hub

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