chengyangfu / retinamask

RetinaMask
MIT License
339 stars 52 forks source link

How to Set feature layers of FPN on which classification and bounding box regression is applied on Model? #25

Closed Eldad27 closed 3 years ago

Eldad27 commented 4 years ago

In your work, you used p3, p4,p5 for prediction on the Resnet backbone. Can you please help me know where to set which feature layers will be used for prediction? How do I do this setting to allow all feature layers of FPN (P2 to P6) to be used for prediction on the ResNet50 backbone?