jchen42703 / kits19-cnn

Using convolutional neural networks for the 2019 Kidney and Kidney Tumor Segmentation Challenge
Apache License 2.0
19 stars 3 forks source link

Making separate network to focus on tumor segmentation? #26

Closed jchen42703 closed 4 years ago

jchen42703 commented 5 years ago

Ensembling it with the tumor predictions of another network (i.e. the sigmoid network) can boost the horrible tumor segmentation performance. The sequence of PR would go from #25 -> #6 -> I/O fixes for binary tumor segmentation. Side note: This needs to be done for both mean_std_norm and w/o it

jchen42703 commented 4 years ago

Nah, not needed.