IAmSuyogJadhav / 3d-mri-brain-tumor-segmentation-using-autoencoder-regularization

Keras implementation of the paper "3D MRI brain tumor segmentation using autoencoder regularization" by Myronenko A. (https://arxiv.org/abs/1810.11654).
MIT License
369 stars 114 forks source link

Update code and remove extra parts #64

Open FBehrad opened 2 years ago

FBehrad commented 2 years ago

There are three extra layers in this model (inp_res in green block and two blue blocks). As the winner of BraTS 2019 used the same architecture and explained it more clear, I have removed extra layers and updated the number of convolution filters. Also, I've upgraded the code and now it supports tensorflow version 2.