aytsaiusc commited on
Commit
d64f8be
·
verified ·
1 Parent(s): 2e7f40b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -15
README.md CHANGED
@@ -4,7 +4,6 @@ task_categories:
4
  - robotics
5
  tags:
6
  - LeRobot
7
- - tutorial
8
  configs:
9
  - config_name: default
10
  data_files: data/*/*.parquet
@@ -25,21 +24,19 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
25
  [meta/info.json](meta/info.json):
26
  ```json
27
  {
28
- "codebase_version": "v2.1",
29
  "trossen_subversion": "v1.0",
30
  "robot_type": "trossen_ai_stationary",
31
  "total_episodes": 1,
32
- "total_frames": 1859,
33
  "total_tasks": 1,
34
- "total_videos": 1,
35
- "total_chunks": 1,
36
  "chunks_size": 1000,
37
  "fps": 30,
38
  "splits": {
39
  "train": "0:1"
40
  },
41
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
42
- "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
43
  "features": {
44
  "action": {
45
  "dtype": "float32",
@@ -61,7 +58,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
61
  "right_joint_4",
62
  "right_joint_5",
63
  "right_joint_6"
64
- ]
 
65
  },
66
  "observation.state": {
67
  "dtype": "float32",
@@ -83,7 +81,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
83
  "right_joint_4",
84
  "right_joint_5",
85
  "right_joint_6"
86
- ]
 
87
  },
88
  "observation.images.cam_center": {
89
  "dtype": "video",
@@ -113,37 +112,44 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
113
  "shape": [
114
  1
115
  ],
116
- "names": null
 
117
  },
118
  "frame_index": {
119
  "dtype": "int64",
120
  "shape": [
121
  1
122
  ],
123
- "names": null
 
124
  },
125
  "episode_index": {
126
  "dtype": "int64",
127
  "shape": [
128
  1
129
  ],
130
- "names": null
 
131
  },
132
  "index": {
133
  "dtype": "int64",
134
  "shape": [
135
  1
136
  ],
137
- "names": null
 
138
  },
139
  "task_index": {
140
  "dtype": "int64",
141
  "shape": [
142
  1
143
  ],
144
- "names": null
 
145
  }
146
- }
 
 
147
  }
148
  ```
149
 
 
4
  - robotics
5
  tags:
6
  - LeRobot
 
7
  configs:
8
  - config_name: default
9
  data_files: data/*/*.parquet
 
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
+ "codebase_version": "v3.0",
28
  "trossen_subversion": "v1.0",
29
  "robot_type": "trossen_ai_stationary",
30
  "total_episodes": 1,
31
+ "total_frames": 1938,
32
  "total_tasks": 1,
 
 
33
  "chunks_size": 1000,
34
  "fps": 30,
35
  "splits": {
36
  "train": "0:1"
37
  },
38
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
39
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
40
  "features": {
41
  "action": {
42
  "dtype": "float32",
 
58
  "right_joint_4",
59
  "right_joint_5",
60
  "right_joint_6"
61
+ ],
62
+ "fps": 30
63
  },
64
  "observation.state": {
65
  "dtype": "float32",
 
81
  "right_joint_4",
82
  "right_joint_5",
83
  "right_joint_6"
84
+ ],
85
+ "fps": 30
86
  },
87
  "observation.images.cam_center": {
88
  "dtype": "video",
 
112
  "shape": [
113
  1
114
  ],
115
+ "names": null,
116
+ "fps": 30
117
  },
118
  "frame_index": {
119
  "dtype": "int64",
120
  "shape": [
121
  1
122
  ],
123
+ "names": null,
124
+ "fps": 30
125
  },
126
  "episode_index": {
127
  "dtype": "int64",
128
  "shape": [
129
  1
130
  ],
131
+ "names": null,
132
+ "fps": 30
133
  },
134
  "index": {
135
  "dtype": "int64",
136
  "shape": [
137
  1
138
  ],
139
+ "names": null,
140
+ "fps": 30
141
  },
142
  "task_index": {
143
  "dtype": "int64",
144
  "shape": [
145
  1
146
  ],
147
+ "names": null,
148
+ "fps": 30
149
  }
150
+ },
151
+ "data_files_size_in_mb": 100,
152
+ "video_files_size_in_mb": 200
153
  }
154
  ```
155