mirror of
https://github.com/hzwer/ECCV2022-RIFE.git
synced 2025-12-16 00:17:46 +01:00
Update README
This commit is contained in:
@@ -37,4 +37,4 @@ for i in f:
|
||||
psnr = -10 * math.log10(((I1 - mid) * (I1 - mid)).mean())
|
||||
psnr_list.append(psnr)
|
||||
ssim_list.append(ssim)
|
||||
print(np.mean(psnr_list), np.mean(ssim_list))
|
||||
print("Avg PSNR: {} SSIM: {}".format(np.mean(psnr_list), np.mean(ssim_list)))
|
||||
|
||||
Reference in New Issue
Block a user