설명 없음

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

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