Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +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 |
[![Build Actions Status](https://github.com/andreped/livermask/workflows/Build/badge.svg)](https://github.com/andreped/livermask/actions)
|
4 |
-
|
5 |
-
#### Pretrained U-Net model is automatically downloaded when running the inference script and can be used as you wish.
|
6 |
|
7 |
<img src="figures/Segmentation_3DSlicer.PNG" width="70%" height="70%">
|
8 |
|
@@ -47,9 +46,9 @@ pip install --force-reinstall --no-deps git+https://github.com/andreped/livermas
|
|
47 |
```
|
48 |
|
49 |
## Acknowledgements
|
50 |
-
|
51 |
|
52 |
-
|
53 |
|
54 |
------
|
55 |
|
|
|
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 |
[![Build Actions Status](https://github.com/andreped/livermask/workflows/Build/badge.svg)](https://github.com/andreped/livermask/actions)
|
4 |
+
[![DOI](https://zenodo.org/badge/238680374.svg)](https://zenodo.org/badge/latestdoi/238680374)
|
|
|
5 |
|
6 |
<img src="figures/Segmentation_3DSlicer.PNG" width="70%" height="70%">
|
7 |
|
|
|
46 |
```
|
47 |
|
48 |
## Acknowledgements
|
49 |
+
If you found this tool helpful in your research, please, consider citing it. Information on how to cite can be found [here](https://zenodo.org/badge/latestdoi/238680374).
|
50 |
|
51 |
+
The model was trained on the LITS dataset. The dataset is openly accessible and can be downloaded from [here](https://competitions.codalab.org).
|
52 |
|
53 |
------
|
54 |
|