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

How train and test with format of YCbCr? #88

Open Carcy opened 5 years ago

xinntao commented 5 years ago

You need to modify the data-loader to return YCbCr format data during training. For the testing, modify the corresponding codes to get the YCbCr format data.