naavox commited on
Commit
e42bc5e
·
verified ·
1 Parent(s): 5dce814

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +154 -0
README.md ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=naavox/gripper_servo_source">
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
+ "action": {
38
+ "dtype": "float32",
39
+ "shape": [
40
+ 5
41
+ ],
42
+ "names": [
43
+ "vel_x",
44
+ "vel_y",
45
+ "vel_z",
46
+ "wrist_speed",
47
+ "finger_speed"
48
+ ]
49
+ },
50
+ "observation.state": {
51
+ "dtype": "float32",
52
+ "shape": [
53
+ 9
54
+ ],
55
+ "names": [
56
+ "gripper_pos_x",
57
+ "gripper_pos_y",
58
+ "gripper_pos_z",
59
+ "spin",
60
+ "finger_angle",
61
+ "laser_rangefinder",
62
+ "finger_pressure",
63
+ "wrist_angle",
64
+ "target_force"
65
+ ]
66
+ },
67
+ "observation.images.gripper_camera": {
68
+ "dtype": "video",
69
+ "shape": [
70
+ 256,
71
+ 448,
72
+ 3
73
+ ],
74
+ "names": [
75
+ "height",
76
+ "width",
77
+ "channels"
78
+ ],
79
+ "info": {
80
+ "video.height": 256,
81
+ "video.width": 448,
82
+ "video.codec": "av1",
83
+ "video.pix_fmt": "yuv420p",
84
+ "video.fps": 30,
85
+ "video.channels": 3,
86
+ "has_audio": false,
87
+ "is_depth_map": false,
88
+ "video.crf": null,
89
+ "video.extra_options": null,
90
+ "video.g": null,
91
+ "video.fast_decode": null,
92
+ "video.video_backend": "pyav",
93
+ "video.preset": null
94
+ }
95
+ },
96
+ "timestamp": {
97
+ "dtype": "float32",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ },
103
+ "frame_index": {
104
+ "dtype": "int64",
105
+ "shape": [
106
+ 1
107
+ ],
108
+ "names": null
109
+ },
110
+ "episode_index": {
111
+ "dtype": "int64",
112
+ "shape": [
113
+ 1
114
+ ],
115
+ "names": null
116
+ },
117
+ "index": {
118
+ "dtype": "int64",
119
+ "shape": [
120
+ 1
121
+ ],
122
+ "names": null
123
+ },
124
+ "task_index": {
125
+ "dtype": "int64",
126
+ "shape": [
127
+ 1
128
+ ],
129
+ "names": null
130
+ }
131
+ },
132
+ "total_episodes": 733,
133
+ "total_frames": 519793,
134
+ "total_tasks": 5,
135
+ "chunks_size": 1000,
136
+ "data_files_size_in_mb": 100,
137
+ "video_files_size_in_mb": 200,
138
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
139
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
140
+ "robot_type": "stringman",
141
+ "splits": {
142
+ "train": "0:733"
143
+ }
144
+ }
145
+ ```
146
+
147
+
148
+ ## Citation
149
+
150
+ **BibTeX:**
151
+
152
+ ```bibtex
153
+ [More Information Needed]
154
+ ```