Нема описа

Hao SUN 7d73cf04f0 migrate to new scipy пре 4 година
datasets aa2d50d2df added data пре 6 година
imgs 9d0cb59da7 initial commit пре 6 година
.gitattributes c0c20cf92b Initial commit пре 6 година
.gitignore aa2d50d2df added data пре 6 година
README.md 7d73cf04f0 migrate to new scipy пре 4 година
dice_score.m 9d0cb59da7 initial commit пре 6 година
dice_score_multiple.m 9d0cb59da7 initial commit пре 6 година
main.py 7d73cf04f0 migrate to new scipy пре 4 година
model.py 7d73cf04f0 migrate to new scipy пре 4 година
module.py 9d0cb59da7 initial commit пре 6 година
ops.py 9d0cb59da7 initial commit пре 6 година
prepareimgs.m 9d0cb59da7 initial commit пре 6 година
requirements.txt 9d0cb59da7 initial commit пре 6 година
utils.py 7d73cf04f0 migrate to new scipy пре 4 година

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