Robert-JunWang/Pelee

Pascal VOC feature map size?

YongtaoGe opened this issue · 0 comments

In the paper, there are 5 scales of feature maps used for prediction: 19 x 19, 10 x 10, 5 x 5, 3 x 3, and 1 x 1. However, the released code is inconsistent with the paper in extra layers(ext1/feat1-2, ext1/feat2-2, ext1/feat3-2 just have the same size cause no stride 2 is used). Did I miss something?