- 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
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.