zzh-tech / ESTRNN

[ECCV2020 Spotlight] Efficient Spatio-Temporal Recurrent Neural Network for Video Deblurring
MIT License
314 stars 39 forks source link

about the size of GOPRO dataset #11

Closed linjing7 closed 3 years ago

linjing7 commented 3 years ago

Hi,Thanks for your excellent work. You have mention that the size of a frame in GOPRO dataset is 1280x720, however, in the GOPRO_DS I downloaded from your link, the size is 960x540, so what's the correct size for the PSNR in your paper? Thanks you very much.

zzh-tech commented 3 years ago

Hi, the size in our paper is 960x540, which is the same as the GOPRO version used by IFIRNN. The computational cost of each model is calculated for size of 1280x720.

linjing7 commented 3 years ago

okay, thank you very much.