Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SabareeshIyer/Brain-tumor-detection-in-3D-MRIs-using-DCGAN
/ functions
Functions
14 in github.com/SabareeshIyer/Brain-tumor-detection-in-3D-MRIs-using-DCGAN
⨍
Functions
14
◇
Types & classes
0
↓ 6 callers
Function
load_single_image
(path)
Medical-Image-Segmentation_DCGAN.py:43
↓ 2 callers
Function
create_1_chan_data
(flair, ot)
Medical-Image-Segmentation_DCGAN.py:51
↓ 2 callers
Function
discriminator
Create the discriminator network
Medical-Image-Segmentation_DCGAN.py:272
↓ 2 callers
Function
generator
Create the generator network
Medical-Image-Segmentation_DCGAN.py:314
↓ 2 callers
Function
get_batches
Generate batches
Medical-Image-Segmentation_DCGAN.py:216
↓ 2 callers
Function
pad_image
(img, desired_shape=(256, 256))
Medical-Image-Segmentation_DCGAN.py:16
↓ 1 callers
Function
load_dataset
(path)
Medical-Image-Segmentation_DCGAN.py:65
↓ 1 callers
Function
load_itk
(filename)
Medical-Image-Segmentation_DCGAN.py:121
↓ 1 callers
Function
model_inputs
Create the model inputs
Medical-Image-Segmentation_DCGAN.py:258
↓ 1 callers
Function
model_loss
Get the loss for the discriminator and generator
Medical-Image-Segmentation_DCGAN.py:361
↓ 1 callers
Function
model_opt
Get optimization operations
Medical-Image-Segmentation_DCGAN.py:395
↓ 1 callers
Function
normalize
(img)
Medical-Image-Segmentation_DCGAN.py:35
↓ 1 callers
Function
show_generator_output
Show example output for the generator
Medical-Image-Segmentation_DCGAN.py:414
↓ 1 callers
Function
train
Train the GAN
Medical-Image-Segmentation_DCGAN.py:435