Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mathpluscode authored Dec 29, 2023
1 parent e3ce8ac commit c0b0287
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,16 +184,16 @@ make pip
## Build Data Sets

:warning: For using your own data set, the following steps are not needed. Please check the
[existing datasets](https://github.com/mathpluscode/ImgX-DiffSeg/blob/main/imgx_datasets/) for
[existing datasets](https://github.com/mathpluscode/ImgX-DiffSeg/blob/main/imgx/datasets/) for
examples of using TFDS. Particularly,
[BraTS 2021](https://github.com/mathpluscode/ImgX-DiffSeg/blob/main/imgx_datasets/brats2021_mr/brats2021_mr_dataset_builder.py)
[BraTS 2021](https://github.com/mathpluscode/ImgX-DiffSeg/blob/main/imgx/datasets/brats2021_mr/brats2021_mr_dataset_builder.py)
does not require downloading.

:muscle: We are working on a toy example for using custom data sets without TFDS, thanks for your
understanding.

Use the following commands to (re)build all data sets. Check the [README](imgx_datasets/README.md)
of imgx_datasets for details. Especially, manual downloading is required for the BraTS 2021 dataset.
Use the following commands to (re)build all data sets. Check the [README](imgx/datasets/README.md)
of datasets for details. Especially, manual downloading is required for the BraTS 2021 dataset.

```bash
make build_dataset
Expand All @@ -203,10 +203,10 @@ make rebuild_dataset
Or build the selected data set by running one of the following commands.

```bash
tfds build imgx_datasets/male_pelvic_mr
tfds build imgx_datasets/amos_ct
tfds build imgx_datasets/muscle_us
tfds build imgx_datasets/brats2021_mr # requires downloading data manually
tfds build imgx/datasets/male_pelvic_mr
tfds build imgx/datasets/amos_ct
tfds build imgx/datasets/muscle_us
tfds build imgx/datasets/brats2021_mr # requires downloading data manually
```

## Experiment
Expand Down

0 comments on commit c0b0287

Please sign in to comment.