hyzhang01 commited on
Commit
efcbe99
·
verified ·
1 Parent(s): a048a18

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +150 -0
README.md ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - robotics
8
+ - franka
9
+ - suction
10
+ - a01
11
+ - d02_b
12
+ - c02
13
+ - d01_b
14
+ - g02
15
+ - b01
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": "franka",
38
+ "total_episodes": 598,
39
+ "total_frames": 129291,
40
+ "total_tasks": 6,
41
+ "total_videos": 0,
42
+ "total_chunks": 1,
43
+ "chunks_size": 1000,
44
+ "fps": 15,
45
+ "splits": {
46
+ "train": "0:598"
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
+ "image": {
52
+ "dtype": "image",
53
+ "shape": [
54
+ 224,
55
+ 224,
56
+ 3
57
+ ],
58
+ "names": [
59
+ "height",
60
+ "width",
61
+ "channel"
62
+ ]
63
+ },
64
+ "wrist_image": {
65
+ "dtype": "image",
66
+ "shape": [
67
+ 224,
68
+ 224,
69
+ 3
70
+ ],
71
+ "names": [
72
+ "height",
73
+ "width",
74
+ "channel"
75
+ ]
76
+ },
77
+ "state": {
78
+ "dtype": "float32",
79
+ "shape": [
80
+ 12
81
+ ],
82
+ "names": [
83
+ "state"
84
+ ]
85
+ },
86
+ "actions": {
87
+ "dtype": "float32",
88
+ "shape": [
89
+ 12
90
+ ],
91
+ "names": [
92
+ "actions"
93
+ ]
94
+ },
95
+ "gripper_id": {
96
+ "dtype": "int32",
97
+ "shape": [
98
+ 1
99
+ ],
100
+ "names": [
101
+ "gripper_id"
102
+ ]
103
+ },
104
+ "timestamp": {
105
+ "dtype": "float32",
106
+ "shape": [
107
+ 1
108
+ ],
109
+ "names": null
110
+ },
111
+ "frame_index": {
112
+ "dtype": "int64",
113
+ "shape": [
114
+ 1
115
+ ],
116
+ "names": null
117
+ },
118
+ "episode_index": {
119
+ "dtype": "int64",
120
+ "shape": [
121
+ 1
122
+ ],
123
+ "names": null
124
+ },
125
+ "index": {
126
+ "dtype": "int64",
127
+ "shape": [
128
+ 1
129
+ ],
130
+ "names": null
131
+ },
132
+ "task_index": {
133
+ "dtype": "int64",
134
+ "shape": [
135
+ 1
136
+ ],
137
+ "names": null
138
+ }
139
+ }
140
+ }
141
+ ```
142
+
143
+
144
+ ## Citation
145
+
146
+ **BibTeX:**
147
+
148
+ ```bibtex
149
+ [More Information Needed]
150
+ ```