thinkfurther / RED_CNN

Pytorch Implementation of Low-Dose CT with a Residual Encoder-Decoder Convolutional Neural Network (RED-CNN)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RED_CNN

Implementation of Low-Dose CT with a Residual Encoder-Decoder Convolutional Neural Network (RED-CNN)

There is several things different from the original paper.

  • The input image patch(55x55 size) is extracted randomly from the 512x512 size image. --> Original : Extract patches at regular intervals from the entire image.
  • Masking the Hounsfield unit corresponding to the air and calculating the MSE loss. (The original MSE loss also proceeds)
  • 512x512 entire image input is used without extracting the patches.

DATASET


RESULT

About

Pytorch Implementation of Low-Dose CT with a Residual Encoder-Decoder Convolutional Neural Network (RED-CNN)


Languages

Language:Python 100.0%