zhangliliang / RPN_BF

RPN+BF
Other
203 stars 76 forks source link

why add "filter_stride_h_" and "filter_stride_w_" #13

Closed baiyancheng20 closed 7 years ago

baiyancheng20 commented 7 years ago

Hi, I want to know why you add these two parameter?

zhangliliang commented 7 years ago

Hi,

These two parameters are used for the atrous trick (hole algorithm), which could enlarge the featmap without shrinking the receptive field.