T-K-233 commited on
Commit
79e99f7
·
verified ·
1 Parent(s): c42c446

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +161 -0
README.md ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - lerobot
8
+ - humanoid
9
+ - motion-capture
10
+ - motion-tracking
11
+ - berkeley-humanoids
12
+ - lite
13
+ - lafan1
14
+ configs:
15
+ - config_name: default
16
+ data_files: data/*/*.parquet
17
+ ---
18
+
19
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
20
+
21
+
22
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=Berkeley-Humanoids/Lite-Motion-Tracking-Dataset">
23
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
24
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
25
+ </a>
26
+
27
+
28
+ ## Dataset Description
29
+
30
+
31
+
32
+ - **Homepage:** [More Information Needed]
33
+ - **Paper:** [More Information Needed]
34
+ - **License:** cc-by-nc-4.0
35
+
36
+ ## Dataset Structure
37
+
38
+ [meta/info.json](meta/info.json):
39
+ ```json
40
+ {
41
+ "codebase_version": "v3.0",
42
+ "robot_type": "lite",
43
+ "total_episodes": 40,
44
+ "total_frames": 264705,
45
+ "total_tasks": 1,
46
+ "chunks_size": 1000,
47
+ "data_files_size_in_mb": 100,
48
+ "video_files_size_in_mb": 200,
49
+ "fps": 30,
50
+ "splits": {
51
+ "train": "0:40"
52
+ },
53
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
54
+ "video_path": null,
55
+ "features": {
56
+ "base_pos": {
57
+ "dtype": "float32",
58
+ "shape": [
59
+ 3
60
+ ],
61
+ "names": [
62
+ "x",
63
+ "y",
64
+ "z"
65
+ ]
66
+ },
67
+ "base_quat": {
68
+ "dtype": "float32",
69
+ "shape": [
70
+ 4
71
+ ],
72
+ "names": [
73
+ "w",
74
+ "x",
75
+ "y",
76
+ "z"
77
+ ]
78
+ },
79
+ "base_lin_vel": {
80
+ "dtype": "float32",
81
+ "shape": [
82
+ 3
83
+ ],
84
+ "names": [
85
+ "vx",
86
+ "vy",
87
+ "vz"
88
+ ]
89
+ },
90
+ "base_ang_vel": {
91
+ "dtype": "float32",
92
+ "shape": [
93
+ 3
94
+ ],
95
+ "names": [
96
+ "wx",
97
+ "wy",
98
+ "wz"
99
+ ]
100
+ },
101
+ "joint_pos": {
102
+ "dtype": "float32",
103
+ "shape": [
104
+ 74
105
+ ],
106
+ "names": null
107
+ },
108
+ "joint_vel": {
109
+ "dtype": "float32",
110
+ "shape": [
111
+ 74
112
+ ],
113
+ "names": null
114
+ },
115
+ "timestamp": {
116
+ "dtype": "float32",
117
+ "shape": [
118
+ 1
119
+ ],
120
+ "names": null
121
+ },
122
+ "frame_index": {
123
+ "dtype": "int64",
124
+ "shape": [
125
+ 1
126
+ ],
127
+ "names": null
128
+ },
129
+ "episode_index": {
130
+ "dtype": "int64",
131
+ "shape": [
132
+ 1
133
+ ],
134
+ "names": null
135
+ },
136
+ "index": {
137
+ "dtype": "int64",
138
+ "shape": [
139
+ 1
140
+ ],
141
+ "names": null
142
+ },
143
+ "task_index": {
144
+ "dtype": "int64",
145
+ "shape": [
146
+ 1
147
+ ],
148
+ "names": null
149
+ }
150
+ }
151
+ }
152
+ ```
153
+
154
+
155
+ ## Citation
156
+
157
+ **BibTeX:**
158
+
159
+ ```bibtex
160
+ [More Information Needed]
161
+ ```