ruotianluo/pytorch-faster-rcnn

Anchors problem with resnet152

moment-ggw opened this issue · 1 comments

when use pretrained model with Rsenet152,it occurs:
image
I guess it should be 12 anchors in rpn, but when i check cfg i found that there are 9 anchors
image
if i need to modify it, what parameters should be set?

net.create_architecture(81, tag='default', anchor_scales=[4, 8, 16, 32])