hu-po commited on
Commit
4f08350
·
verified ·
1 Parent(s): bdcd6fe

Upload README.md with huggingface_hub

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