ljrljr123 commited on
Commit
ffcbafa
·
verified ·
1 Parent(s): 57fa635

Upload README.md with huggingface_hub

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