Skip to content

Commit 404e2dd

Browse files
authored
Correct readme (#2)
2 parents a38f827 + 7e8b13f commit 404e2dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,13 +216,13 @@ automatically downloaded from
216216
`~/tensorflow_datasets` folder.
217217

218218
```bash
219-
tfds build imgx/dataset/male_pelvic_mr
219+
tfds build imgx/datasets/male_pelvic_mr
220220
```
221221

222222
Optionally, add flag `--overwrite` to overwrite the generated data set.
223223

224224
```bash
225-
tfds build imgx/dataset/male_pelvic_mr --overwrite
225+
tfds build imgx/datasets/male_pelvic_mr --overwrite
226226
```
227227

228228
### AMOS CT
@@ -234,13 +234,13 @@ automatically downloaded from
234234
`~/tensorflow_datasets` folder.
235235

236236
```bash
237-
tfds build imgx/dataset/amos_ct
237+
tfds build imgx/datasets/amos_ct
238238
```
239239

240240
Optionally, add flag `--overwrite` to overwrite the generated data set.
241241

242242
```bash
243-
tfds build imgx/dataset/amos_ct --overwrite
243+
tfds build imgx/datasets/amos_ct --overwrite
244244
```
245245

246246
## Experiment

0 commit comments

Comments
 (0)