7jep7 commited on
Commit
ada9c42
·
verified ·
1 Parent(s): 8f6b475

Upload README.md with huggingface_hub

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