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?
❓ 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 optionconfig.model.use_proposals=False
? (I've figured out how to edit configs). How would I go about doing that?Thanks