CFSNet icon indicating copy to clipboard operation
CFSNet copied to clipboard

pytorch code of "CFSNet: Toward a Controllable Feature Space for Image Restoration"(ICCV2019)

Results 6 CFSNet issues
Sort by recently updated
recently updated
newest added

Thank you for sharing the code. I run the deblocking code and have the following problem. Could you know the reason? Thanks. File "G:\Anaconda\lib\multiprocessing\spawn.py", line 134, in _check_not_importing_main raise RuntimeError('''...

In training step 1, we keep α_in= 0, while in training step 2, we keep α_in = 1. But in the paper , the experiment use different α_in from 0...

hello and thank you for your nice work. during training of gray denoise the model is not converge if i use α_in= 0. only if i use α_in= 1 the...

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...

During training, only control parameters α =1 and α = 0 will be input into the network?

You have done a excellent job. However ,when will the source code be available? thank you !