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

EDVR: num_out_ch completely useless #211

Open Scienceseb opened 2 years ago

Scienceseb commented 2 years ago

Hello,

In the code edvr_arch.py for the architecture EDVR there is an argument call num_out_ch for Channel number of output image, but this argument is not used and so its always 3 channel out even if we put num_out_ch=1.

Thanks.