QLYoo / LFPNet

GNU General Public License v3.0
41 stars 10 forks source link

Strange pool sizes #12

Open intervolga-school opened 2 years ago

intervolga-school commented 2 years ago

Here you do adaptive pooling with different output sizes https://github.com/QLYoo/LFPNet/blob/master/model.py#L276 Could you please clarify why you use sizes 1 & 2 two times? Is it an error or done on purpose?

Windaway commented 2 years ago

We increase the ratio of large-scale poolings to force the network to learn long range features (mainly average colors).