Açıklama Yok

Hao SUN 7d73cf04f0 migrate to new scipy 3 yıl önce
datasets aa2d50d2df added data 5 yıl önce
imgs 9d0cb59da7 initial commit 5 yıl önce
.gitattributes c0c20cf92b Initial commit 5 yıl önce
.gitignore aa2d50d2df added data 5 yıl önce
README.md 7d73cf04f0 migrate to new scipy 3 yıl önce
dice_score.m 9d0cb59da7 initial commit 5 yıl önce
dice_score_multiple.m 9d0cb59da7 initial commit 5 yıl önce
main.py 7d73cf04f0 migrate to new scipy 3 yıl önce
model.py 7d73cf04f0 migrate to new scipy 3 yıl önce
module.py 9d0cb59da7 initial commit 5 yıl önce
ops.py 9d0cb59da7 initial commit 5 yıl önce
prepareimgs.m 9d0cb59da7 initial commit 5 yıl önce
requirements.txt 9d0cb59da7 initial commit 5 yıl önce
utils.py 7d73cf04f0 migrate to new scipy 3 yıl önce

README.md

CycleGAN

As proposed by Jun-Yan Zhu in Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks.

Prerequisites

  • tensorflow r1.1
  • numpy 1.11.0
  • scipy 0.17.0
  • pillow 3.3.0

Train

python main.py --dataset_dir=med-image

Test

python main.py --dataset_dir=med-image --phase=test --which_direction=AtoB

References