mlfu7 commited on
Commit
07acb57
·
verified ·
1 Parent(s): 44e62d6

Upload README.md with huggingface_hub

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