Home

Awesome

3D Shape Consistent GAN

PyTorch implementation of "Shape-consistent Generative Adversarial Networks for multi-modal Medical segmentation maps". Paper: https://arxiv.org/abs/2201.09693

alt text

Prerequisites

Getting Started

Installation

git clone https://github.com/orhir/3D-Shape-Consistent-GAN
cd 3D-Shape-Consistent-GAN

Augmentation

Train

Test

python test.py --dataroot test_dataset_path/ --model cycle_gan --load_name phase_3 --crop_size 128 --crop_size_z 64 [--four_labels]

Acknowledgement

Part of the code is revised from the PyTorch implementation of CycleGAN.

Note