qinnzou / DeepCrack

DeepCrack: Learning Hierarchical Convolutional Features for Crack Detection
253 stars 60 forks source link

A question about network structure #26

Open JJemaria opened 1 year ago

JJemaria commented 1 year ago

Hi,I found that the network structure in the paper was inconsistent with the code. The 1×1 convolution was used in the feature fusion part, but the code used 3×3 convolution. May I ask which is accurate?

dys-c commented 1 year ago

The 1×1 convolution is used in skip-layer .the code used 3*3 filter in normal process. the two filters is different