wetectron
wetectron copied to clipboard
Question about ROI heads
-
Do I understand correctly that in practice for existing configs, only
ROIWeakRegHeadends up used? (so box_head isn't used) -
Do I understand correctly that ROI-pooling is done only once and that student models reuse the computed ROI-features?
-
Do I udnerstand correctly that only a single Pooler scale used at both train and test time?
-
How do you handle background class in WSDDN computation? Do you take into account background scores in softmax over classes in classification branch?
Thank you!