Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1005 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 1005 Bytes

Welcom to Duy Khanh channel

This is the modified of CycleGAN model for AAPM dataset for CT image enhancement quality from quarter_dose to full_dose images.

CycleGAN model block diagram:

alt text

Image preprocessing transformation:

Transform to HU unit and truncated from -1000HU:

image = 1000*(image-0.0194)/0.0194

image = np.where(image<-1000,-1000,image)

image = image/4000

Image enhancement result

alt text

alt text

alt text

alt text