junyanz / CycleGAN

Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.
Other
12.22k stars 1.94k forks source link

Could you provide the tutorial and source codes of evaluation models for CycleGAN and CyCADA? #150

Open BenoitKAO opened 2 years ago

BenoitKAO commented 2 years ago

Thank you for your marvelous work.

I have read the information from: https://github.com/tkhkaeio/CyCADA "... Implementation Code is mainly borrowed from junyanz/pytorch-CycleGAN-and-pix2pix https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix"

Could you provide the tutorial and source codes of evaluation models for CycleGAN and CyCADA? Such as Precision, Recall, Accuracy, Confusion Matrix, IoU, F1 score, AUC, ROC, P-Value, ROC and PR Curves, Training curve, Validation Curve, ..., and so on.

Any help is appreciated.