Nincs leírás

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

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