xmengli / H-DenseUNet

TMI 2018. H-DenseUNet: Hybrid Densely Connected UNet for Liver and Tumor Segmentation from CT Volumes
527 stars 161 forks source link

getting Liver mask #20

Open Kangjik94 opened 5 years ago

Kangjik94 commented 5 years ago

i know livermasks are given by simple resnet would you mind to give some simple resnet links or codes or repository that can make livermasks?

i read your paper. you said simple resnet is used to get quick but coarse segmentation of liver in [40]"Automatic liver lesion segmentation using a deep convolutional neural network method". but it has no repository in paper. so i want to get some help from you...

xmengli commented 5 years ago

I build the network that is similar to that paper. You can try to use the standard Resnet 50 with U net connections .

Kangjik94 commented 5 years ago

"dilated_resnet" <- is it right????

so you are saying that i have 2 options, (1) use dilated_resnet func in the repos (2) use general resnet50 with U net connection right?