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.49k stars 318 forks source link

could you share the code to prepare the testing datasets? #10

Closed fichoo closed 5 years ago

fichoo commented 5 years ago

I tried to test my own video pics, however, memory error always happened.

xinntao commented 5 years ago

What is the frame size of your input video?

fichoo commented 5 years ago

w 540 h 960

xinntao commented 5 years ago

Is it because out of memory? The current model consumes lots of GPU memory if the input frames are too large. We will release a relatively smaller model later.