megvii-model/HINet

Pretrained model settings in SIDD model

pettod opened this issue · 2 comments

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

The training setting of SIDD is the same as that of deblur. The only difference is the setting of the model:
image
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