Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ImageSegmentation With Vnet
> This is an example of the prostate in transversal T2-weighted MR images Segment from MICCAI Grand Challenge:Prostate MR Image Segmentation 2012
> This is an example of the prostate in transversal T2-weighted MR images Segment from MICCAI Grand Challenge: Prostate MR Image Segmentation 2012
![](promise12_header.png)

## Prerequisities
Expand All @@ -13,18 +13,19 @@ The following dependencies are needed:

## How to Use

**1download trained data,download dataset:https://promise12.grand-challenge.org/download/**
**1. download trained data, download dataset:https://promise12.grand-challenge.org/download/**

**2、the file of PROMISE2012Image.csv,is like this format:
**2. the file of PROMISE2012Image.csv, is like this format:**
```
D:\Data\PROMISE2012\Augmentation\Image/0_1.bmp
D:\Data\PROMISE2012\Augmentation\Image/0_10.bmp
D:\Data\PROMISE2012\Augmentation\Image/0_2.bmp
......
if you Augmentation trained data path is not D:\Data\PROMISE2012\,you should change the csv file path just like this:using C:\Data\ replace D:\Data\PROMISE2012\.**
```
**if your Augmentation trained data path is not D:\Data\PROMISE2012\, you should change the csv file path just like this: using C:\Data\ replace D:\Data\PROMISE2012\.**

**3when data is prepared,just run the vnet_train_predict.py**
**3. when data is prepared, just run the vnet_train_predict.py**

**4training the model on the GTX1080,it take 20 hours,and i also attach the trained model in the project,you also just use the vnet_train_predict.py file to predict,and get the segmentation result.**
**4. training the model on the GTX1080, it take 20 hours, and I also attach the trained model in the project, you also just use the vnet_train_predict.py file to predict,and get the segmentation result.**

**5、download trained model:https://pan.baidu.com/s/19E9q6HIUeRB8jpuNhvE2Zg, passworld:obwu**

Expand Down