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 113 forks source link

How to test a whole 3D MRI image? #25

Open ljw-struggle opened 4 years ago

ljw-struggle commented 4 years ago

I need to crop the image to (64, 64, 64), and how to generate the whole prediction for one image?

ShixianLibai commented 4 years ago

I have the same question