zhuoKCL commited on
Commit
eac192b
·
verified ·
1 Parent(s): d930a1e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +134 -0
README.md ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - kitchen
8
+ - panda
9
+ - univla
10
+ - rlds
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.1",
32
+ "robot_type": "panda",
33
+ "total_episodes": 30,
34
+ "total_frames": 10382,
35
+ "total_tasks": 30,
36
+ "total_videos": 0,
37
+ "total_chunks": 1,
38
+ "chunks_size": 1000,
39
+ "fps": 15,
40
+ "splits": {
41
+ "train": "0:30"
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
+ },
54
+ "exterior_image_2_left": {
55
+ "dtype": "image",
56
+ "shape": [
57
+ 180,
58
+ 320,
59
+ 3
60
+ ]
61
+ },
62
+ "wrist_image_left": {
63
+ "dtype": "image",
64
+ "shape": [
65
+ 180,
66
+ 320,
67
+ 3
68
+ ]
69
+ },
70
+ "joint_position": {
71
+ "dtype": "float32",
72
+ "shape": [
73
+ 7
74
+ ]
75
+ },
76
+ "gripper_position": {
77
+ "dtype": "float32",
78
+ "shape": [
79
+ 1
80
+ ]
81
+ },
82
+ "actions": {
83
+ "dtype": "float32",
84
+ "shape": [
85
+ 8
86
+ ]
87
+ },
88
+ "timestamp": {
89
+ "dtype": "float32",
90
+ "shape": [
91
+ 1
92
+ ],
93
+ "names": null
94
+ },
95
+ "frame_index": {
96
+ "dtype": "int64",
97
+ "shape": [
98
+ 1
99
+ ],
100
+ "names": null
101
+ },
102
+ "episode_index": {
103
+ "dtype": "int64",
104
+ "shape": [
105
+ 1
106
+ ],
107
+ "names": null
108
+ },
109
+ "index": {
110
+ "dtype": "int64",
111
+ "shape": [
112
+ 1
113
+ ],
114
+ "names": null
115
+ },
116
+ "task_index": {
117
+ "dtype": "int64",
118
+ "shape": [
119
+ 1
120
+ ],
121
+ "names": null
122
+ }
123
+ }
124
+ }
125
+ ```
126
+
127
+
128
+ ## Citation
129
+
130
+ **BibTeX:**
131
+
132
+ ```bibtex
133
+ [More Information Needed]
134
+ ```