H-DenseUNet icon indicating copy to clipboard operation
H-DenseUNet copied to clipboard

TMI 2018. H-DenseUNet: Hybrid Densely Connected UNet for Liver and Tumor Segmentation from CT Volumes

Results 80 H-DenseUNet issues
Sort by recently updated
recently updated
newest added

Could you tell me about Where is the training code for 2D coarse segmentation ResNet network

hello,I would like to ask, where is the code for slicing 3D volumes to 2d slices, thank you

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.14.1 to 0.15.3. Release notes Sourced from werkzeug's releases. 0.15.3 Blog: https://palletsprojects.com/blog/werkzeug-0-15-3-released/ Changes: https://werkzeug.palletsprojects.com/en/0.15.x/changes/#version-0-15-3 0.15.2 Blog: https://palletsprojects.com/blog/werkzeug-0-15-2-released/ Changes: https://werkzeug.palletsprojects.com/en/0.15.x/changes/#version-0-15-2 0.15.1 Blog: https://palletsprojects.com/blog/werkzeug-0-15-1-released/ Changes: https://werkzeug.palletsprojects.com/en/0.15.x/changes/ 0.15.0 Blog: https://palletsprojects.com/blog/werkzeug-0-15-0-released/...

dependencies

Bumps [psutil](https://github.com/giampaolo/psutil) from 5.4.5 to 5.6.6. Changelog Sourced from psutil's changelog. 5.6.6 2019-11-25 Bug fixes 1179_: [Linux] Process cmdline() now takes into account misbehaving processes renaming the command line and...

dependencies

Bumps [nltk](https://github.com/nltk/nltk) from 2.0.4 to 3.4.5. Changelog Sourced from nltk's changelog. Version 3.5 2020-04-13 add support for Python 3.8 drop support for Python 2 create NLTK's own Tokenizer class distinct...

dependencies

Do training dataests need to use Resnet method to get coarse segmentation before using h-denseunet? Because I directly input training data and the training effect is very poor. Can you...

``` Exception in thread Thread-1: Traceback (most recent call last): File "/home/shanyx/anaconda3/envs/larry_keras/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/home/shanyx/anaconda3/envs/larry_keras/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) File "Keras-2.0.8/keras/utils/data_utils.py", line 568, in...

about 'np.where(livertumor == 2)' in preprocessing.py, What does ‘livertumor == 2‘ mean?

What are the functions of generate_livertxt, generate_tumortxt and generate_txt in preprocessing.py respectively

I am trying to run test.py but I get the error: ``` Using TensorFlow backend. Traceback (most recent call last): File "C:\Users\rzara\Desktop\H-DenseUNet-master\__init__.py", line 1, in from lib import custom_layers File...