Reply To: Using UNet for Automatic Segmentation of CT Lung Images

#53688
Peter HerrmannPeter Herrmann
Participant
Participant
    @pieth

    No Youssef, not on Keras.

    My model was only developed with NgeneĀ“s Deep Learning Toolkit.

    I would like to program the same UNet architecture with Haibal. Then train the network and save the trained network (weights, configuration, etc.). I would then like to reload the trained and saved network in Haibal, segment unknown lung CTs and quantify them with my image processing software (which was also programmed with LabVIEW).


    Example:

    The user interface that I programmed.

    reg-mse2

    UNet with downsampling path (Image size from 256×256 to 16×16 pixel, no of convolution filters from 64 to 1024) and upsampling path (upsampling and concatenation. Image size increase from 16×16 to 256×256 pixel and no of conv. filters decrease from 1024 to 64).

    unet

    Downsampling VI:

    downsample

    Upsampling and Concatenation VI:

    upsample_concat