andreped commited on
Commit
ad1ce7c
1 Parent(s): aeb290a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -31,6 +31,11 @@ Note that "-d 1" assumed that "path_to_CT_folder" is the folder just before the
31
  ## Troubleshooting
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
 
 
31
  ## Troubleshooting
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
+ If the program struggles to install, attempt to install using:
35
+ ```
36
+ pip install --force-reinstall --no-deps git+https://github.com/andreped/livermask.git
37
+ ```
38
+
39
  ## Acknowledgements
40
  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).
41