megvii-model / HINet

Other
367 stars 62 forks source link

Pretrained model settings in SIDD model #21

Closed pettod closed 3 years ago

pettod commented 3 years ago

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

Rookielike commented 3 years ago

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

pettod commented 3 years ago

Great thank you, found the hin_position parameter values from options/test/SIDD