C2F-FWN
C2F-FWN copied to clipboard
Quantitative metrics
Thanks for your great work!
Could you share the SSIM, PSNR, LPIPS, FID, TCM metrics code?
I am looking forward to your reply, thanks!
Our evaluation code is not clean yet and relied on many third-party packages. We may release them after after clean-up and with documents in the future. However, it's easy to follow existing works to do the evaluation. SSIM and PSNR are evaluated using scikit-learn, LPIPS is evaluated based on this repository (https://github.com/richzhang/PerceptualSimilarity), FID is evaluated based on this repository (https://github.com/mseitzer/pytorch-fid), TCM is based on our own implementation with the help of FlowNet-v2 (https://github.com/NVIDIA/flownet2-pytorch).