MauoSama commited on
Commit
432661f
·
verified ·
1 Parent(s): 81c6aaf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -16
README.md CHANGED
@@ -24,20 +24,18 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
- "codebase_version": "v2.1",
28
  "robot_type": "dvrk",
29
  "total_episodes": 54,
30
  "total_frames": 18113,
31
  "total_tasks": 1,
32
- "total_videos": 0,
33
- "total_chunks": 1,
34
  "chunks_size": 1000,
35
  "fps": 10,
36
  "splits": {
37
  "train": "0:54"
38
  },
39
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
- "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
  "features": {
42
  "observation.images.cam0_img": {
43
  "dtype": "image",
@@ -50,7 +48,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
50
  "C",
51
  "H",
52
  "W"
53
- ]
 
54
  },
55
  "observation.images.cam1_img": {
56
  "dtype": "image",
@@ -63,7 +62,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
63
  "C",
64
  "H",
65
  "W"
66
- ]
 
67
  },
68
  "observation.images.cam2_img": {
69
  "dtype": "image",
@@ -76,7 +76,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
76
  "C",
77
  "H",
78
  "W"
79
- ]
 
80
  },
81
  "observation.state": {
82
  "dtype": "float64",
@@ -85,7 +86,8 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
85
  ],
86
  "names": [
87
  "D"
88
- ]
 
89
  },
90
  "action": {
91
  "dtype": "float64",
@@ -94,44 +96,52 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
94
  ],
95
  "names": [
96
  "D_act"
97
- ]
 
98
  },
99
  "timestamp": {
100
  "dtype": "float32",
101
  "shape": [
102
  1
103
  ],
104
- "names": null
 
105
  },
106
  "frame_index": {
107
  "dtype": "int64",
108
  "shape": [
109
  1
110
  ],
111
- "names": null
 
112
  },
113
  "episode_index": {
114
  "dtype": "int64",
115
  "shape": [
116
  1
117
  ],
118
- "names": null
 
119
  },
120
  "index": {
121
  "dtype": "int64",
122
  "shape": [
123
  1
124
  ],
125
- "names": null
 
126
  },
127
  "task_index": {
128
  "dtype": "int64",
129
  "shape": [
130
  1
131
  ],
132
- "names": null
 
133
  }
134
- }
 
 
135
  }
136
  ```
137
 
 
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
+ "codebase_version": "v3.0",
28
  "robot_type": "dvrk",
29
  "total_episodes": 54,
30
  "total_frames": 18113,
31
  "total_tasks": 1,
 
 
32
  "chunks_size": 1000,
33
  "fps": 10,
34
  "splits": {
35
  "train": "0:54"
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.cam0_img": {
41
  "dtype": "image",
 
48
  "C",
49
  "H",
50
  "W"
51
+ ],
52
+ "fps": 10
53
  },
54
  "observation.images.cam1_img": {
55
  "dtype": "image",
 
62
  "C",
63
  "H",
64
  "W"
65
+ ],
66
+ "fps": 10
67
  },
68
  "observation.images.cam2_img": {
69
  "dtype": "image",
 
76
  "C",
77
  "H",
78
  "W"
79
+ ],
80
+ "fps": 10
81
  },
82
  "observation.state": {
83
  "dtype": "float64",
 
86
  ],
87
  "names": [
88
  "D"
89
+ ],
90
+ "fps": 10
91
  },
92
  "action": {
93
  "dtype": "float64",
 
96
  ],
97
  "names": [
98
  "D_act"
99
+ ],
100
+ "fps": 10
101
  },
102
  "timestamp": {
103
  "dtype": "float32",
104
  "shape": [
105
  1
106
  ],
107
+ "names": null,
108
+ "fps": 10
109
  },
110
  "frame_index": {
111
  "dtype": "int64",
112
  "shape": [
113
  1
114
  ],
115
+ "names": null,
116
+ "fps": 10
117
  },
118
  "episode_index": {
119
  "dtype": "int64",
120
  "shape": [
121
  1
122
  ],
123
+ "names": null,
124
+ "fps": 10
125
  },
126
  "index": {
127
  "dtype": "int64",
128
  "shape": [
129
  1
130
  ],
131
+ "names": null,
132
+ "fps": 10
133
  },
134
  "task_index": {
135
  "dtype": "int64",
136
  "shape": [
137
  1
138
  ],
139
+ "names": null,
140
+ "fps": 10
141
  }
142
+ },
143
+ "data_files_size_in_mb": 100,
144
+ "video_files_size_in_mb": 500
145
  }
146
  ```
147