roytseng-tw / Detectron.pytorch

A pytorch implementation of Detectron. Both training from scratch and inferring directly from pretrained Detectron weights are available.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is RPN_PRE_NMS_TOP_N per image?

wwn1233 opened this issue · comments

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