Closed pettod closed 3 years ago
The training setting of SIDD is the same as that of deblur. The only difference is the setting of the model: When running the demo.py for denoising, you need to change hin_ position_left from 3 to 0
Great thank you, found the hin_position
parameter values from options/test/SIDD
Hi,
Which settings should be used when using SIDD pretrained model and to run demo.py? Especially the lines in the following file are having mismatches when using different pretrained model than the deblurring example.
https://github.com/megvii-model/HINet/blob/main/options/demo/demo.yml#L20-L24