asterism45 commited on
Commit
242638b
·
verified ·
1 Parent(s): 3cd3750

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +159 -0
README.md ADDED
@@ -0,0 +1,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=asterisms45/my_openarm_dataset_test">
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
+ "robot_type": "openarm_follower",
36
+ "total_episodes": 1,
37
+ "total_frames": 898,
38
+ "total_tasks": 1,
39
+ "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
+ "fps": 30,
43
+ "splits": {
44
+ "train": "0:1"
45
+ },
46
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
47
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
48
+ "features": {
49
+ "action": {
50
+ "dtype": "float32",
51
+ "names": [
52
+ "joint_1.pos",
53
+ "joint_1.vel",
54
+ "joint_1.torque",
55
+ "joint_2.pos",
56
+ "joint_2.vel",
57
+ "joint_2.torque",
58
+ "joint_3.pos",
59
+ "joint_3.vel",
60
+ "joint_3.torque",
61
+ "joint_4.pos",
62
+ "joint_4.vel",
63
+ "joint_4.torque",
64
+ "joint_5.pos",
65
+ "joint_5.vel",
66
+ "joint_5.torque",
67
+ "joint_6.pos",
68
+ "joint_6.vel",
69
+ "joint_6.torque",
70
+ "joint_7.pos",
71
+ "joint_7.vel",
72
+ "joint_7.torque",
73
+ "gripper.pos",
74
+ "gripper.vel",
75
+ "gripper.torque"
76
+ ],
77
+ "shape": [
78
+ 24
79
+ ]
80
+ },
81
+ "observation.state": {
82
+ "dtype": "float32",
83
+ "names": [
84
+ "joint_1.pos",
85
+ "joint_1.vel",
86
+ "joint_1.torque",
87
+ "joint_2.pos",
88
+ "joint_2.vel",
89
+ "joint_2.torque",
90
+ "joint_3.pos",
91
+ "joint_3.vel",
92
+ "joint_3.torque",
93
+ "joint_4.pos",
94
+ "joint_4.vel",
95
+ "joint_4.torque",
96
+ "joint_5.pos",
97
+ "joint_5.vel",
98
+ "joint_5.torque",
99
+ "joint_6.pos",
100
+ "joint_6.vel",
101
+ "joint_6.torque",
102
+ "joint_7.pos",
103
+ "joint_7.vel",
104
+ "joint_7.torque",
105
+ "gripper.pos",
106
+ "gripper.vel",
107
+ "gripper.torque"
108
+ ],
109
+ "shape": [
110
+ 24
111
+ ]
112
+ },
113
+ "timestamp": {
114
+ "dtype": "float32",
115
+ "shape": [
116
+ 1
117
+ ],
118
+ "names": null
119
+ },
120
+ "frame_index": {
121
+ "dtype": "int64",
122
+ "shape": [
123
+ 1
124
+ ],
125
+ "names": null
126
+ },
127
+ "episode_index": {
128
+ "dtype": "int64",
129
+ "shape": [
130
+ 1
131
+ ],
132
+ "names": null
133
+ },
134
+ "index": {
135
+ "dtype": "int64",
136
+ "shape": [
137
+ 1
138
+ ],
139
+ "names": null
140
+ },
141
+ "task_index": {
142
+ "dtype": "int64",
143
+ "shape": [
144
+ 1
145
+ ],
146
+ "names": null
147
+ }
148
+ }
149
+ }
150
+ ```
151
+
152
+
153
+ ## Citation
154
+
155
+ **BibTeX:**
156
+
157
+ ```bibtex
158
+ [More Information Needed]
159
+ ```