myungsub / CAIN

Source code for AAAI 2020 paper "Channel Attention Is All You Need for Video Frame Interpolation"
MIT License
323 stars 43 forks source link

Why the picture is still blurry after training 20 epoch #23

Open littlebig-balala opened 1 year ago

littlebig-balala commented 1 year ago

I want to replicate your algorithm with the Vimeo90K dataset, but why I trained 20 EPOCH of PSNR to only 15 is almost the same as the PSNR trained by the first EPOCH,I see that the maximum epoch setting on the source code is 200, and the rest of the parameters have not been modified, can it be similar to your results after training 200 epoch? I would appreciate it if you could answer it.

shismmm commented 1 year ago

Why do I get an error using data set vimeo_triplet :FileNotFoundError: [Errno 2] No such file or directory: 'data/vimeo_triplet/sequences//im1.png' thank you