This repo contains the code to generate children's MRI images with tumor from healthy image. We consider the deformation of surrounding tissue induced by the tumor, which is called mass effect
.
The whole pipeline is stated as follow:
The mass effect prediction method is proposed by .To use it, you should have segmented
The domain adaptation method that we choose is SPADE
, which is proposed by Nvlab in 2019.
We synthesize 1260 new images. 3 different segmentation methods to
Our code borrows heavily from the following repos:
TumorMassEffect
SPADE
pytorch-fid
Pytorch-Medical-Segmentation