Closed Yolice closed 1 day ago
Hi, thanks for your interest!
The DAVIS-7 evaluation dataset is cropped at 256x256 resolution, using the official code here. Besides, we use the LPIPS implementation here.
hi,thanks for your reply. Can I ask which network you used, VGG or Alexnet, and what packages the SSIM and PSNR metrics were calculated from (e.g. Skimage?).
Certainly, we use VGG for LPIPS calculation. We follow the PSNR and SSIM implementation in AMT repo here.
Certainly, we use VGG for LPIPS calculation. We follow the PSNR and SSIM implementation in AMT repo here.
Thanks for your reply, May I ask again if the FID and FVD calculation scripts are available. Thank you very much
We use pytorch-fid for FID calculation and followed TATS for FVD calculation.
I note that in the VIDM paper they report PSNR and SSIM for mid-frame scores, and the LPIPS has significant differences from your results. May I ask if your experiment is testing the Davis-7 dataset being cropped at 256*256 size?