robopark commited on
Commit
e3bd5bd
·
verified ·
1 Parent(s): a81d3c2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +22 -16
README.md CHANGED
@@ -3,21 +3,20 @@ license: apache-2.0
3
  task_categories:
4
  - robotics
5
  tags:
6
- - robotis
7
  - LeRobot
8
- - omx_f
9
  configs:
10
  - config_name: default
11
  data_files: data/*/*.parquet
12
  ---
13
 
14
- This dataset was created using [Physical AI Tools](https://github.com/ROBOTIS-GIT/physical_ai_tools) and [LeRobot](https://github.com/huggingface/lerobot).
15
 
16
  ## Dataset Description
17
 
18
 
19
 
20
  - **Homepage:** [More Information Needed]
 
21
  - **License:** apache-2.0
22
 
23
  ## Dataset Structure
@@ -25,55 +24,58 @@ This dataset was created using [Physical AI Tools](https://github.com/ROBOTIS-GI
25
  [meta/info.json](meta/info.json):
26
  ```json
27
  {
28
- "codebase_version": "v2.1",
29
  "robot_type": "omx_f",
30
  "total_episodes": 50,
31
  "total_frames": 31342,
32
  "total_tasks": 1,
33
- "total_videos": 150,
34
- "total_chunks": 1,
35
  "chunks_size": 1000,
36
  "fps": 30,
37
  "splits": {
38
  "train": "0:50"
39
  },
40
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
41
- "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
42
  "features": {
43
  "timestamp": {
44
  "dtype": "float32",
45
  "shape": [
46
  1
47
  ],
48
- "names": null
 
49
  },
50
  "frame_index": {
51
  "dtype": "int64",
52
  "shape": [
53
  1
54
  ],
55
- "names": null
 
56
  },
57
  "episode_index": {
58
  "dtype": "int64",
59
  "shape": [
60
  1
61
  ],
62
- "names": null
 
63
  },
64
  "index": {
65
  "dtype": "int64",
66
  "shape": [
67
  1
68
  ],
69
- "names": null
 
70
  },
71
  "task_index": {
72
  "dtype": "int64",
73
  "shape": [
74
  1
75
  ],
76
- "names": null
 
77
  },
78
  "observation.images.wrist_cam": {
79
  "dtype": "video",
@@ -147,7 +149,8 @@ This dataset was created using [Physical AI Tools](https://github.com/ROBOTIS-GI
147
  ],
148
  "shape": [
149
  6
150
- ]
 
151
  },
152
  "action": {
153
  "dtype": "float32",
@@ -161,9 +164,12 @@ This dataset was created using [Physical AI Tools](https://github.com/ROBOTIS-GI
161
  ],
162
  "shape": [
163
  6
164
- ]
 
165
  }
166
- }
 
 
167
  }
168
  ```
169
 
 
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
  ## Dataset Description
15
 
16
 
17
 
18
  - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
  - **License:** apache-2.0
21
 
22
  ## Dataset Structure
 
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
+ "codebase_version": "v3.0",
28
  "robot_type": "omx_f",
29
  "total_episodes": 50,
30
  "total_frames": 31342,
31
  "total_tasks": 1,
 
 
32
  "chunks_size": 1000,
33
  "fps": 30,
34
  "splits": {
35
  "train": "0:50"
36
  },
37
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
38
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
39
  "features": {
40
  "timestamp": {
41
  "dtype": "float32",
42
  "shape": [
43
  1
44
  ],
45
+ "names": null,
46
+ "fps": 30
47
  },
48
  "frame_index": {
49
  "dtype": "int64",
50
  "shape": [
51
  1
52
  ],
53
+ "names": null,
54
+ "fps": 30
55
  },
56
  "episode_index": {
57
  "dtype": "int64",
58
  "shape": [
59
  1
60
  ],
61
+ "names": null,
62
+ "fps": 30
63
  },
64
  "index": {
65
  "dtype": "int64",
66
  "shape": [
67
  1
68
  ],
69
+ "names": null,
70
+ "fps": 30
71
  },
72
  "task_index": {
73
  "dtype": "int64",
74
  "shape": [
75
  1
76
  ],
77
+ "names": null,
78
+ "fps": 30
79
  },
80
  "observation.images.wrist_cam": {
81
  "dtype": "video",
 
149
  ],
150
  "shape": [
151
  6
152
+ ],
153
+ "fps": 30
154
  },
155
  "action": {
156
  "dtype": "float32",
 
164
  ],
165
  "shape": [
166
  6
167
+ ],
168
+ "fps": 30
169
  }
170
+ },
171
+ "data_files_size_in_mb": 100,
172
+ "video_files_size_in_mb": 200
173
  }
174
  ```
175