Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# Automatic liver segmentation in CT using deep learning
|
2 |
[![license](https://img.shields.io/github/license/DAVFoundation/captain-n3m0.svg?style=flat-square)](https://github.com/DAVFoundation/captain-n3m0/blob/master/LICENSE)
|
3 |
|
4 |
-
#### U-Net
|
5 |
|
6 |
<img src="figures/Segmentation_CustusX.PNG" width="70%" height="70%">
|
7 |
|
@@ -32,7 +32,9 @@ Note that "-d 1" assumed that "path_to_CT_folder" is the folder just before the
|
|
32 |
You might have issues downloading the model when using VPN. If any issues are observed, try to disable VPN and try again.
|
33 |
|
34 |
## Acknowledgements
|
35 |
-
The LITS dataset can be
|
|
|
|
|
36 |
|
37 |
------
|
38 |
|
|
|
1 |
# Automatic liver segmentation in CT using deep learning
|
2 |
[![license](https://img.shields.io/github/license/DAVFoundation/captain-n3m0.svg?style=flat-square)](https://github.com/DAVFoundation/captain-n3m0/blob/master/LICENSE)
|
3 |
|
4 |
+
#### Pretrained U-Net model is automatically downloaded when running the inference script and can be used as you wish, ENJOY! :)
|
5 |
|
6 |
<img src="figures/Segmentation_CustusX.PNG" width="70%" height="70%">
|
7 |
|
|
|
32 |
You might have issues downloading the model when using VPN. If any issues are observed, try to disable VPN and try again.
|
33 |
|
34 |
## Acknowledgements
|
35 |
+
The model was trained on the LITS dataset. The dataset is openly accessible and can be downloaded from [here](https://competitions.codalab.org). If this tool is used, please, consider citing the corresponding [LITS challenge dataset paper](https://arxiv.org/abs/1901.04056).
|
36 |
+
|
37 |
+
Disclaimer, I have no affiliation with the LITS challenge, the LITS dataset, or the challenge paper. I only wish to provide an open, free-to-use tool that people may find useful :)
|
38 |
|
39 |
------
|
40 |
|