Kouch commited on
Commit
418a6f0
·
verified ·
1 Parent(s): 1864ea5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +152 -0
README.md ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+
15
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=Kouch/SO101-IsaacSim-Test-V4">
16
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
17
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
18
+ </a>
19
+
20
+
21
+ ## Dataset Description
22
+
23
+
24
+
25
+ - **Homepage:** [More Information Needed]
26
+ - **Paper:** [More Information Needed]
27
+ - **License:** apache-2.0
28
+
29
+ ## Dataset Structure
30
+
31
+ [meta/info.json](meta/info.json):
32
+ ```json
33
+ {
34
+ "codebase_version": "v3.0",
35
+ "fps": 30,
36
+ "features": {
37
+ "observation.state": {
38
+ "dtype": "float32",
39
+ "shape": [
40
+ 6
41
+ ],
42
+ "names": [
43
+ "shoulder_pan",
44
+ "shoulder_lift",
45
+ "elbow_flex",
46
+ "wrist_flex",
47
+ "wrist_roll",
48
+ "gripper"
49
+ ]
50
+ },
51
+ "action": {
52
+ "dtype": "float32",
53
+ "shape": [
54
+ 6
55
+ ],
56
+ "names": [
57
+ "shoulder_pan",
58
+ "shoulder_lift",
59
+ "elbow_flex",
60
+ "wrist_flex",
61
+ "wrist_roll",
62
+ "gripper"
63
+ ]
64
+ },
65
+ "observation.images.top": {
66
+ "dtype": "video",
67
+ "shape": [
68
+ 480,
69
+ 640,
70
+ 3
71
+ ],
72
+ "names": [
73
+ "height",
74
+ "width",
75
+ "channel"
76
+ ],
77
+ "info": {
78
+ "video.height": 480,
79
+ "video.width": 640,
80
+ "video.codec": "av1",
81
+ "video.pix_fmt": "yuv420p",
82
+ "video.fps": 30,
83
+ "video.channels": 3,
84
+ "has_audio": false,
85
+ "video.g": 2,
86
+ "video.crf": 30,
87
+ "video.preset": 12,
88
+ "video.fast_decode": 0,
89
+ "video.video_backend": "pyav",
90
+ "video.extra_options": {},
91
+ "is_depth_map": false
92
+ }
93
+ },
94
+ "timestamp": {
95
+ "dtype": "float32",
96
+ "shape": [
97
+ 1
98
+ ],
99
+ "names": null
100
+ },
101
+ "frame_index": {
102
+ "dtype": "int64",
103
+ "shape": [
104
+ 1
105
+ ],
106
+ "names": null
107
+ },
108
+ "episode_index": {
109
+ "dtype": "int64",
110
+ "shape": [
111
+ 1
112
+ ],
113
+ "names": null
114
+ },
115
+ "index": {
116
+ "dtype": "int64",
117
+ "shape": [
118
+ 1
119
+ ],
120
+ "names": null
121
+ },
122
+ "task_index": {
123
+ "dtype": "int64",
124
+ "shape": [
125
+ 1
126
+ ],
127
+ "names": null
128
+ }
129
+ },
130
+ "total_episodes": 2,
131
+ "total_frames": 539,
132
+ "total_tasks": 1,
133
+ "chunks_size": 1000,
134
+ "data_files_size_in_mb": 100,
135
+ "video_files_size_in_mb": 200,
136
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
137
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
138
+ "robot_type": "so101",
139
+ "splits": {
140
+ "train": "0:2"
141
+ }
142
+ }
143
+ ```
144
+
145
+
146
+ ## Citation
147
+
148
+ **BibTeX:**
149
+
150
+ ```bibtex
151
+ [More Information Needed]
152
+ ```