benmayeux commited on
Commit
6bfc711
·
verified ·
1 Parent(s): e83cd15

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -25
README.md CHANGED
@@ -1,5 +1,4 @@
1
  ---
2
- license: apache-2.0
3
  task_categories:
4
  - robotics
5
  tags:
@@ -17,25 +16,27 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
17
 
18
  - **Homepage:** [More Information Needed]
19
  - **Paper:** [More Information Needed]
20
- - **License:** apache-2.0
21
 
22
  ## Dataset Structure
23
 
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
- "codebase_version": "v3.0",
28
  "robot_type": "xarm",
29
- "total_episodes": 336,
30
- "total_frames": 185962,
31
  "total_tasks": 1,
 
 
32
  "chunks_size": 1000,
33
  "fps": 30,
34
  "splits": {
35
- "train": "0:336"
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
  "action": {
41
  "dtype": "float32",
@@ -50,8 +51,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
50
  "joint5.pos",
51
  "joint6.pos",
52
  "gripper.pos"
53
- ],
54
- "fps": 30
55
  },
56
  "observation.state": {
57
  "dtype": "float32",
@@ -66,8 +66,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
66
  "joint5.pos",
67
  "joint6.pos",
68
  "gripper.pos"
69
- ],
70
- "fps": 30
71
  },
72
  "observation.images.front": {
73
  "dtype": "video",
@@ -120,44 +119,37 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
120
  "shape": [
121
  1
122
  ],
123
- "names": null,
124
- "fps": 30
125
  },
126
  "frame_index": {
127
  "dtype": "int64",
128
  "shape": [
129
  1
130
  ],
131
- "names": null,
132
- "fps": 30
133
  },
134
  "episode_index": {
135
  "dtype": "int64",
136
  "shape": [
137
  1
138
  ],
139
- "names": null,
140
- "fps": 30
141
  },
142
  "index": {
143
  "dtype": "int64",
144
  "shape": [
145
  1
146
  ],
147
- "names": null,
148
- "fps": 30
149
  },
150
  "task_index": {
151
  "dtype": "int64",
152
  "shape": [
153
  1
154
  ],
155
- "names": null,
156
- "fps": 30
157
  }
158
- },
159
- "data_files_size_in_mb": 100,
160
- "video_files_size_in_mb": 500
161
  }
162
  ```
163
 
 
1
  ---
 
2
  task_categories:
3
  - robotics
4
  tags:
 
16
 
17
  - **Homepage:** [More Information Needed]
18
  - **Paper:** [More Information Needed]
19
+ - **License:** [More Information Needed]
20
 
21
  ## Dataset Structure
22
 
23
  [meta/info.json](meta/info.json):
24
  ```json
25
  {
26
+ "codebase_version": "v2.1",
27
  "robot_type": "xarm",
28
+ "total_episodes": 381,
29
+ "total_frames": 213941,
30
  "total_tasks": 1,
31
+ "total_videos": 762,
32
+ "total_chunks": 1,
33
  "chunks_size": 1000,
34
  "fps": 30,
35
  "splits": {
36
+ "train": "0:381"
37
  },
38
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
39
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
40
  "features": {
41
  "action": {
42
  "dtype": "float32",
 
51
  "joint5.pos",
52
  "joint6.pos",
53
  "gripper.pos"
54
+ ]
 
55
  },
56
  "observation.state": {
57
  "dtype": "float32",
 
66
  "joint5.pos",
67
  "joint6.pos",
68
  "gripper.pos"
69
+ ]
 
70
  },
71
  "observation.images.front": {
72
  "dtype": "video",
 
119
  "shape": [
120
  1
121
  ],
122
+ "names": null
 
123
  },
124
  "frame_index": {
125
  "dtype": "int64",
126
  "shape": [
127
  1
128
  ],
129
+ "names": null
 
130
  },
131
  "episode_index": {
132
  "dtype": "int64",
133
  "shape": [
134
  1
135
  ],
136
+ "names": null
 
137
  },
138
  "index": {
139
  "dtype": "int64",
140
  "shape": [
141
  1
142
  ],
143
+ "names": null
 
144
  },
145
  "task_index": {
146
  "dtype": "int64",
147
  "shape": [
148
  1
149
  ],
150
+ "names": null
 
151
  }
152
+ }
 
 
153
  }
154
  ```
155