andreped commited on
Commit
106be34
1 Parent(s): 5723b67

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
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
- 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).
51
 
52
- 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 :)
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