fu123456 / SHIQ

Project for CVPR21 paper: "A Multi-Task Network for Joint Specular Highlight Detection and Removal".
85 stars 16 forks source link

About DSCFA module #15

Open Capchenxi opened 2 years ago

Capchenxi commented 2 years ago

Hello,

I'm trying to reimplement your network but having problem on the DSCFA module. In the paper you wrote "Our DSCFA block learns dilated spatial features to extract and aggregate dilated contextual features from four directions" and the figure showed in Figure 7. I'm wondering: 1) how to take the convolution from different directions? Or they are just the output for the normal convolution with different given meanings? 2) what are the shapes of the kernels you use to get the DSCNN_U/D/R/L?

Thanks!