Sri-Ram-A commited on
Commit
e338c8d
·
verified ·
1 Parent(s): b9147be

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +170 -0
README.md ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - TeLeRobot
8
+ configs:
9
+ - config_name: default
10
+ data_files: data/*/*.parquet
11
+ ---
12
+
13
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
14
+
15
+
16
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=Sri-Ram-A/data12">
17
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
18
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
19
+ </a>
20
+
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": "v3.0",
36
+ "robot_type": "so_follower",
37
+ "total_episodes": 10,
38
+ "total_frames": 7988,
39
+ "total_tasks": 2,
40
+ "chunks_size": 1000,
41
+ "data_files_size_in_mb": 100,
42
+ "video_files_size_in_mb": 200,
43
+ "fps": 30,
44
+ "splits": {
45
+ "train": "0:10"
46
+ },
47
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
48
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
49
+ "features": {
50
+ "action": {
51
+ "dtype": "float32",
52
+ "names": [
53
+ "shoulder_pan.pos",
54
+ "shoulder_lift.pos",
55
+ "elbow_flex.pos",
56
+ "wrist_flex.pos",
57
+ "wrist_roll.pos",
58
+ "gripper.pos"
59
+ ],
60
+ "shape": [
61
+ 6
62
+ ]
63
+ },
64
+ "observation.state": {
65
+ "dtype": "float32",
66
+ "names": [
67
+ "shoulder_pan.pos",
68
+ "shoulder_lift.pos",
69
+ "elbow_flex.pos",
70
+ "wrist_flex.pos",
71
+ "wrist_roll.pos",
72
+ "gripper.pos"
73
+ ],
74
+ "shape": [
75
+ 6
76
+ ]
77
+ },
78
+ "observation.images.main": {
79
+ "dtype": "video",
80
+ "shape": [
81
+ 480,
82
+ 640,
83
+ 3
84
+ ],
85
+ "names": [
86
+ "height",
87
+ "width",
88
+ "channels"
89
+ ],
90
+ "info": {
91
+ "video.height": 480,
92
+ "video.width": 640,
93
+ "video.codec": "h264",
94
+ "video.pix_fmt": "yuv420p",
95
+ "video.is_depth_map": false,
96
+ "video.fps": 30,
97
+ "video.channels": 3,
98
+ "has_audio": false
99
+ }
100
+ },
101
+ "observation.images.wrist": {
102
+ "dtype": "video",
103
+ "shape": [
104
+ 480,
105
+ 640,
106
+ 3
107
+ ],
108
+ "names": [
109
+ "height",
110
+ "width",
111
+ "channels"
112
+ ],
113
+ "info": {
114
+ "video.height": 480,
115
+ "video.width": 640,
116
+ "video.codec": "h264",
117
+ "video.pix_fmt": "yuv420p",
118
+ "video.is_depth_map": false,
119
+ "video.fps": 30,
120
+ "video.channels": 3,
121
+ "has_audio": false
122
+ }
123
+ },
124
+ "timestamp": {
125
+ "dtype": "float32",
126
+ "shape": [
127
+ 1
128
+ ],
129
+ "names": null
130
+ },
131
+ "frame_index": {
132
+ "dtype": "int64",
133
+ "shape": [
134
+ 1
135
+ ],
136
+ "names": null
137
+ },
138
+ "episode_index": {
139
+ "dtype": "int64",
140
+ "shape": [
141
+ 1
142
+ ],
143
+ "names": null
144
+ },
145
+ "index": {
146
+ "dtype": "int64",
147
+ "shape": [
148
+ 1
149
+ ],
150
+ "names": null
151
+ },
152
+ "task_index": {
153
+ "dtype": "int64",
154
+ "shape": [
155
+ 1
156
+ ],
157
+ "names": null
158
+ }
159
+ }
160
+ }
161
+ ```
162
+
163
+
164
+ ## Citation
165
+
166
+ **BibTeX:**
167
+
168
+ ```bibtex
169
+ [More Information Needed]
170
+ ```