yuanjunchai / IKC

Implementation of 'Blind Super-Resolution With Iterative Kernel Correction' (CVPR2019)
Apache License 2.0
218 stars 44 forks source link

How to train my own data #14

Open InstantWindy opened 4 years ago

InstantWindy commented 4 years ago

Hi. I want to train my own data. But the LR in my dataset is not aligned with the HR image pixels,when I use this network training, do I need to run this file "generate_mod_LR_bic.py"? Thanks.

yuanjunchai commented 4 years ago

Well, the IKC is too hard to restore unaligned pair data. Maybe you should use aligned data to train your own models. Thanks!