hyzhang01 commited on
Commit
78dec41
·
verified ·
1 Parent(s): d590f19

Upload README.md with huggingface_hub

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