facebookresearch/maskrcnn-benchmark

How to Use Images Instead of Proposals in ROI_Head Predictors?

zhanwenchen opened this issue · 0 comments

❓ Questions and Help

Hi,

I see that all the forward functions in roi_head/predictors take proposals as the first argument. Is it possible to pass images instead of with the help of a config option config.model.use_proposals=False? (I've figured out how to edit configs). How would I go about doing that?

Thanks