File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ download and build the data set, which will be built under `~/tensorflow_dataset
2424Optionally, add flag ` --overwrite ` to rebuild/overwrite the data set.
2525
2626``` bash
27- tfds build imgx_datasets/imgx_datasets/ male_pelvic_mr
27+ tfds build imgx_datasets/male_pelvic_mr
2828```
2929
3030## AMOS CT
@@ -43,7 +43,7 @@ download and build the data set, which will be built under `~/tensorflow_dataset
4343Optionally, add flag ` --overwrite ` to rebuild/overwrite the data set.
4444
4545``` bash
46- tfds build imgx_datasets/imgx_datasets/ amos_ct
46+ tfds build imgx_datasets/amos_ct
4747```
4848
4949## Muscle Ultrasound
@@ -61,7 +61,7 @@ download and build the data set, which will be built under `~/tensorflow_dataset
6161Optionally, add flag ` --overwrite ` to rebuild/overwrite the data set.
6262
6363``` bash
64- tfds build imgx_datasets/imgx_datasets/ muscle_us
64+ tfds build imgx_datasets/muscle_us
6565```
6666
6767## Brain MR
@@ -114,5 +114,5 @@ build the data set, which will be built under `~/tensorflow_datasets` folder. Op
114114` --overwrite ` to rebuild/overwrite the data set.
115115
116116``` bash
117- tfds build imgx_datasets/imgx_datasets/ brats2021_mr
117+ tfds build imgx_datasets/brats2021_mr
118118```
You can’t perform that action at this time.
0 commit comments