ecnuycxie / DG-Font

The pytorch implementation of DG-Font: Deformable Generative Networks for Unsupervised Font Generation
220 stars 46 forks source link

the evaluation code? #19

Open ZYJ-JMF opened 3 years ago

ZYJ-JMF commented 3 years ago

Would you share the eval code? The specific implement of the evaluation is not very clear. I am looking forward to knowing the details of how to cauculate the SSIM FID LPIPS etc. Thanks

ecnuycxie commented 3 years ago

SSIM: from skimage.measure import structural_similarity as ssim FID:[https://github.com/mseitzer/pytorch-fid] LPIPS:[https://github.com/richzhang/PerceptualSimilarity] hope this help u

ZYJ-JMF commented 3 years ago

Thanks,It is helpful~ And is there any induct about RMSE and L1 loss? Thanks