Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zsdonghao authored Nov 17, 2017
1 parent 344195e commit 7c3eb28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# U-Net Brain Tumor Segmentation

This repo show you how to train a U-Net for brain tumor segmentation. By default, you need to download the training set of [BRATS 2017](http://braintumorsegmentation.org) dataset (Note that according to the license, user have to apply the dataset from BRAST, please do not contact me for the dataset. Many thanks.), which have 210 HGG and 75 LGG volumes, and put the data folder along with all scripts.
This repo show you how to train a U-Net for brain tumor segmentation. By default, you need to download the training set of [BRATS 2017](http://braintumorsegmentation.org) dataset, which have 210 HGG and 75 LGG volumes, and put the data folder along with all scripts.

```bash
data
Expand All @@ -12,6 +12,7 @@ train.py
```

### About the data
Note that according to the license, user have to apply the dataset from BRAST, please do **NOT** contact me for the dataset. Many thanks.

<div align="center">
<img src="https://github.com/zsdonghao/u-net-brain-tumor/blob/master/example/brain_tumor_data.png" width="80%" height="50%"/>
Expand Down

0 comments on commit 7c3eb28

Please sign in to comment.