FedorX8 commited on
Commit
2bd2974
·
verified ·
1 Parent(s): c58c135

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -18
README.md CHANGED
@@ -4,11 +4,6 @@ task_categories:
4
  - robotics
5
  tags:
6
  - LeRobot
7
- - LeRobot
8
- - cmu_stretch
9
- - rlds
10
- - openx
11
- - hello_stretch
12
  configs:
13
  - config_name: default
14
  data_files: data/*/*.parquet
@@ -29,20 +24,18 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
29
  [meta/info.json](meta/info.json):
30
  ```json
31
  {
32
- "codebase_version": "v2.0",
33
  "robot_type": "hello_stretch",
34
  "total_episodes": 135,
35
  "total_frames": 25016,
36
  "total_tasks": 5,
37
- "total_videos": 135,
38
- "total_chunks": 1,
39
  "chunks_size": 1000,
40
  "fps": 10,
41
  "splits": {
42
  "train": "0:135"
43
  },
44
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
45
- "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
46
  "features": {
47
  "observation.images.image": {
48
  "dtype": "video",
@@ -83,7 +76,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
83
  "pad",
84
  "gripper"
85
  ]
86
- }
 
87
  },
88
  "action": {
89
  "dtype": "float32",
@@ -100,44 +94,52 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
100
  "yaw",
101
  "gripper"
102
  ]
103
- }
 
104
  },
105
  "timestamp": {
106
  "dtype": "float32",
107
  "shape": [
108
  1
109
  ],
110
- "names": null
 
111
  },
112
  "frame_index": {
113
  "dtype": "int64",
114
  "shape": [
115
  1
116
  ],
117
- "names": null
 
118
  },
119
  "episode_index": {
120
  "dtype": "int64",
121
  "shape": [
122
  1
123
  ],
124
- "names": null
 
125
  },
126
  "index": {
127
  "dtype": "int64",
128
  "shape": [
129
  1
130
  ],
131
- "names": null
 
132
  },
133
  "task_index": {
134
  "dtype": "int64",
135
  "shape": [
136
  1
137
  ],
138
- "names": null
 
139
  }
140
- }
 
 
141
  }
142
  ```
143
 
 
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
  "robot_type": "hello_stretch",
29
  "total_episodes": 135,
30
  "total_frames": 25016,
31
  "total_tasks": 5,
 
 
32
  "chunks_size": 1000,
33
  "fps": 10,
34
  "splits": {
35
  "train": "0:135"
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
  "observation.images.image": {
41
  "dtype": "video",
 
76
  "pad",
77
  "gripper"
78
  ]
79
+ },
80
+ "fps": 10
81
  },
82
  "action": {
83
  "dtype": "float32",
 
94
  "yaw",
95
  "gripper"
96
  ]
97
+ },
98
+ "fps": 10
99
  },
100
  "timestamp": {
101
  "dtype": "float32",
102
  "shape": [
103
  1
104
  ],
105
+ "names": null,
106
+ "fps": 10
107
  },
108
  "frame_index": {
109
  "dtype": "int64",
110
  "shape": [
111
  1
112
  ],
113
+ "names": null,
114
+ "fps": 10
115
  },
116
  "episode_index": {
117
  "dtype": "int64",
118
  "shape": [
119
  1
120
  ],
121
+ "names": null,
122
+ "fps": 10
123
  },
124
  "index": {
125
  "dtype": "int64",
126
  "shape": [
127
  1
128
  ],
129
+ "names": null,
130
+ "fps": 10
131
  },
132
  "task_index": {
133
  "dtype": "int64",
134
  "shape": [
135
  1
136
  ],
137
+ "names": null,
138
+ "fps": 10
139
  }
140
+ },
141
+ "data_files_size_in_mb": 100,
142
+ "video_files_size_in_mb": 200
143
  }
144
  ```
145