AivexRobotics commited on
Commit
889b4f2
·
verified ·
1 Parent(s): d4bd63b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +147 -0
README.md ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - omy_f3m_left
8
+ - robotis
9
+ configs:
10
+ - config_name: default
11
+ data_files: data/*/*.parquet
12
+ ---
13
+
14
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
15
+
16
+
17
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=AivexRoboticsGroup/omy_f3m_left_MoveInsertionTaskV2">
18
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
19
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
20
+ </a>
21
+
22
+
23
+ ## Dataset Description
24
+
25
+
26
+
27
+ - **Homepage:** [More Information Needed]
28
+ - **Paper:** [More Information Needed]
29
+ - **License:** apache-2.0
30
+
31
+ ## Dataset Structure
32
+
33
+ [meta/info.json](meta/info.json):
34
+ ```json
35
+ {
36
+ "codebase_version": "v3.0",
37
+ "robot_type": null,
38
+ "total_episodes": 5,
39
+ "total_frames": 1152,
40
+ "total_tasks": 1,
41
+ "chunks_size": 1000,
42
+ "data_files_size_in_mb": 100,
43
+ "video_files_size_in_mb": 200,
44
+ "fps": 10,
45
+ "splits": {
46
+ "train": "0:5"
47
+ },
48
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
49
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
50
+ "features": {
51
+ "timestamp": {
52
+ "dtype": "float32",
53
+ "shape": [
54
+ 1
55
+ ],
56
+ "names": null
57
+ },
58
+ "frame_index": {
59
+ "dtype": "int64",
60
+ "shape": [
61
+ 1
62
+ ],
63
+ "names": null
64
+ },
65
+ "episode_index": {
66
+ "dtype": "int64",
67
+ "shape": [
68
+ 1
69
+ ],
70
+ "names": null
71
+ },
72
+ "index": {
73
+ "dtype": "int64",
74
+ "shape": [
75
+ 1
76
+ ],
77
+ "names": null
78
+ },
79
+ "task_index": {
80
+ "dtype": "int64",
81
+ "shape": [
82
+ 1
83
+ ],
84
+ "names": null
85
+ },
86
+ "observation.images.left_cam_wrist": {
87
+ "dtype": "video",
88
+ "names": [
89
+ "height",
90
+ "width",
91
+ "channels"
92
+ ],
93
+ "shape": [
94
+ 480,
95
+ 640,
96
+ 3
97
+ ],
98
+ "info": {
99
+ "video.height": 480,
100
+ "video.width": 640,
101
+ "video.channels": 3,
102
+ "video.codec": "libx264",
103
+ "video.pix_fmt": "yuv420p"
104
+ }
105
+ },
106
+ "observation.state": {
107
+ "dtype": "float32",
108
+ "names": [
109
+ "joint1",
110
+ "joint2",
111
+ "joint3",
112
+ "joint4",
113
+ "joint5",
114
+ "joint6",
115
+ "rh_r1_joint"
116
+ ],
117
+ "shape": [
118
+ 7
119
+ ]
120
+ },
121
+ "action": {
122
+ "dtype": "float32",
123
+ "names": [
124
+ "joint1",
125
+ "joint2",
126
+ "joint3",
127
+ "joint4",
128
+ "joint5",
129
+ "joint6",
130
+ "rh_r1_joint"
131
+ ],
132
+ "shape": [
133
+ 7
134
+ ]
135
+ }
136
+ }
137
+ }
138
+ ```
139
+
140
+
141
+ ## Citation
142
+
143
+ **BibTeX:**
144
+
145
+ ```bibtex
146
+ [More Information Needed]
147
+ ```