Omar Magdy Hussein

Results 6 comments of Omar Magdy Hussein

Hi @joelive Im not sure I understand your question particularly what you mean by thin slices. Do you want to train the model for upscaling a 3d image only on...

HYG @dracar2s: Its originally rar-ed but I also had to zip it due it github commenting system requiring that. [Models.rar.zip](https://github.com/omagdy/3DRDN-CycleGAN/files/11330614/Models.rar.zip)

You can use any image dataset as long as its in the nii format. The main experiments I performed were done using the ABIDE dataset from this [institution](https://ida.loni.usc.edu/login.jsp) and you...

Hi @juzhongren, What are the dimensions of the images that you're using as a dataset ? The parameters PATCH_SIZE and BOUNDARY_VOXELS_1 are set such that the image patch (extracted from...

Hi @dengyijia214 In any GAN model the inference is done using the generator after the training is complete. You can use the this [function](https://github.com/omagdy/3DRDN-CycleGAN/blob/main/model.py#L155) to automatically load the latest generator...

Hi @dengyijia214 You would have to split the whole image into smaller blocks using a package like this [one](https://github.com/dovahcrow/patchify.py) and then group them back together.