satyadevineni commited on
Commit
e253be7
·
verified ·
1 Parent(s): b5c8544

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +126 -0
README.md ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - so101
8
+ - gestures
9
+ - language-conditioned
10
+ configs:
11
+ - config_name: default
12
+ data_files: data/*/*.parquet
13
+ ---
14
+
15
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
16
+
17
+
18
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=satyadevineni/gesture-commands">
19
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
20
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
21
+ </a>
22
+
23
+
24
+ ## Dataset Description
25
+
26
+
27
+
28
+ - **Homepage:** [More Information Needed]
29
+ - **Paper:** [More Information Needed]
30
+ - **License:** apache-2.0
31
+
32
+ ## Dataset Structure
33
+
34
+ [meta/info.json](meta/info.json):
35
+ ```json
36
+ {
37
+ "codebase_version": "v3.0",
38
+ "fps": 30,
39
+ "features": {
40
+ "action": {
41
+ "dtype": "float32",
42
+ "names": [
43
+ "shoulder_pan.pos",
44
+ "shoulder_lift.pos",
45
+ "elbow_flex.pos",
46
+ "wrist_flex.pos",
47
+ "wrist_roll.pos",
48
+ "gripper.pos"
49
+ ],
50
+ "shape": [
51
+ 6
52
+ ]
53
+ },
54
+ "observation.state": {
55
+ "dtype": "float32",
56
+ "names": [
57
+ "shoulder_pan.pos",
58
+ "shoulder_lift.pos",
59
+ "elbow_flex.pos",
60
+ "wrist_flex.pos",
61
+ "wrist_roll.pos",
62
+ "gripper.pos"
63
+ ],
64
+ "shape": [
65
+ 6
66
+ ]
67
+ },
68
+ "timestamp": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "frame_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "episode_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "task_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ }
103
+ },
104
+ "total_episodes": 80,
105
+ "total_frames": 26726,
106
+ "total_tasks": 4,
107
+ "chunks_size": 1000,
108
+ "data_files_size_in_mb": 100,
109
+ "video_files_size_in_mb": 200,
110
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
111
+ "video_path": null,
112
+ "robot_type": "so_follower",
113
+ "splits": {
114
+ "train": "0:80"
115
+ }
116
+ }
117
+ ```
118
+
119
+
120
+ ## Citation
121
+
122
+ **BibTeX:**
123
+
124
+ ```bibtex
125
+ [More Information Needed]
126
+ ```