xuebinqin / BASNet

Code for CVPR 2019 paper. BASNet: Boundary-Aware Salient Object Detection
MIT License
1.35k stars 249 forks source link

Why setting the dilation of conv6d_m and conv6d_2 to be 2? #33

Closed zhonghp closed 4 years ago

zhonghp commented 4 years ago

Hello, i am curious about why the dilation of conv6d_m/conv6d_2 is different from the other stages like conv5d_m/conv5d_2. Is it a trick?

xuebinqin commented 4 years ago

To keep the resolution, but It won't influence the performance that much.