xiaogang00 / SMG-LLIE

This is the source code for CVPR paper "Low-Light Image Enhancement via Structure Modeling and Guidance"
69 stars 11 forks source link

Question about the framework #10

Open JJGNB opened 2 months ago

JJGNB commented 2 months ago

Thank the authors for their excellent work and for sharing the code! I have a few questions about the structural generation part: What the Gradient Fusion (Grad-F) module in your paper denotes to? In the code that you provided, I can see that f0-f8 are summed to get the output. Does this mean the summation operation is Grad-F? And if so, how does the 'adaptively merged' in the paper come into play here?