xinntao / EDVR

Winning Solution in NTIRE19 Challenges on Video Restoration and Enhancement (CVPR19 Workshops) - Video Restoration with Enhanced Deformable Convolutional Networks. EDVR has been merged into BasicSR and this repo is a mirror of BasicSR.
https://github.com/xinntao/BasicSR
1.48k stars 320 forks source link

Vimeo-90K dataset #76

Open lovepiano opened 4 years ago

lovepiano commented 4 years ago

Hello! In the dataset, each video consists of 7 frames? Because I don't know download which one among them. Thanks!

xinntao commented 4 years ago

In the official webpage, download Septuplets dataset (for video denoising, deblocking, and super-resolution)

lovepiano commented 4 years ago

Thanks.But in the dataset,each video has only seven frames. Is it enough?

xinntao commented 4 years ago

Yes, each video clip has seven frames. For this dataset, it aims to recover the center frame from seven input frames.

lovepiano commented 4 years ago

Thanks.But I think that it is not reasonable.Because it is a video,if it only recovers the center frame from seven input frames, are other frames that are not the center frame how to solve? For video super resolution, its results should be a video rather than a center frame.Can you explain it?Thank you!

xinntao commented 4 years ago

Yes, the Vimeo90K dataset has limitations. It only focuses to restore the center frame with the seven input frames and does not pay attention to the neighboring frames.