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

New Arch and transfer_RRDB_models.py doesnt support 1x Scale Models #75

Open rlaphoenix opened 5 years ago

rlaphoenix commented 5 years ago

Both the RRDBNet_arch and transfer_RRDB_models doesnt support 1x Scale Models, but the old arch does thanks to its upscale=x parameter.

xinntao commented 4 years ago

Yes, But for 1x scale, RRDB arch is not a good one. We usually use U-Net arch for 1x scale to save computation.