You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am working on a project that will need to have multiple input images to the NN and do the detection on them. My problem is how can I first extract features of these images through ONE backbone and input them to other module all together in Detectron2? The size of the whole NN is critical in my application. So I don't want to "copy" that backbone several times.
Is is possible to add a wrapper in Detectron2 like this? If so, how should I register this kind of wrapper and setup the config file in Detectron2?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am working on a project that will need to have multiple input images to the NN and do the detection on them. My problem is how can I first extract features of these images through ONE backbone and input them to other module all together in Detectron2? The size of the whole NN is critical in my application. So I don't want to "copy" that backbone several times.
Is is possible to add a wrapper in Detectron2 like this? If so, how should I register this kind of wrapper and setup the config file in Detectron2?
Beta Was this translation helpful? Give feedback.
All reactions