jwyang / faster-rcnn.pytorch

A faster pytorch implementation of faster r-cnn
MIT License
7.69k stars 2.33k forks source link

Anchors Promblems with Resnet152 #892

Open moment-ggw opened 2 years ago

moment-ggw commented 2 years ago

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?