roytseng-tw / Detectron.pytorch

A pytorch implementation of Detectron. Both training from scratch and inferring directly from pretrained Detectron weights are available.
MIT License
2.82k stars 567 forks source link

is RPN_PRE_NMS_TOP_N per image? #185

Open wwn1233 opened 5 years ago

wwn1233 commented 5 years ago

I think that RPN_PRE_NMS_TOP_N is not per image unless IMS_PER_BATCH = 1. Is it a bug?