CFSNet icon indicating copy to clipboard operation
CFSNet copied to clipboard

input/output channel

Open sjf18 opened this issue 5 years ago • 1 comments

hi, thanks for your great, when i'm using your trained models, i have some questions. 1). why the input and output channel in deblock and denoise is 1 ? are those two models only support gray images? 2). i found the model for 4✖️sr could not be load properly

sjf18 avatar Mar 17 '20 05:03 sjf18

I am sorry for the late reply.

  1. For JPEG image deblocking task, we set the input and output channels to 1 for fair comparison with other methods. You can also set the input and output channels to 3 to support RGB images. In fact, we provide color image denoising results in our appendix.
  2. You can check whether the path of the saved model is correct.

qibao77 avatar Apr 13 '20 10:04 qibao77