yuhuUSTC / FSDGN

Official implementation for "Frequency and Spatial Dual Guidance for Image Dehazing" [ECCV 2022]
MIT License
52 stars 3 forks source link

Where is the Global Guided Local Module in FSDGN_arch.py? #5

Open ronjonxu opened 1 year ago

ronjonxu commented 1 year ago

Dear author, I didn't find GGL module in the spatial branch where is only using resblocks. Could you figure it out for me? Thank you very much.

https://github.com/yuhuUSTC/FSDGN/blob/e02b0c296961f3f0590caa7ba8453e14ab3f3161/basicsr/archs/FSDGN_arch.py#L400-L411

kkamankun commented 1 year ago

Looks like line 406 was written instead of GGL module.

yuhuUSTC commented 1 year ago

Thanks for your attention. We inplement global guidance via line 406. In the concrete implementations, we perform global guidance once, and line 406 is a simplified and comparable global guidance version verifeid in our follow-up experiments.