Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 564 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 564 Bytes

Metrics


  • Mean Square Error (MSE)
  • Peak Signal-toNoise Ratio (PSNR)
  • Inception Score (IS)
  • Fréchet Inception Distance (FID)
  • Fréchet Resnet Distance (FRD) Matlab verison
  • Precision Recall Distance (PRD)

The lower, the better: MSE, FID, FRD

The higher, the better: PSNR, IS

Usage

python3 eval.py \
  --metric_mode <mode> \
  --model_name <model_name> \
  --suffix_pred fake_B \
  --gpu_id <gpu_id>

Note: please use the matlab code to calculate FRD score.