Proposal Generator creating same proposal boxes for any input image #3778
Unanswered
siddbane10
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to run the detectron 2 model partially to visualize proposal boxes on test images.
The gives me 1000 instances of proposal boxes:
But these 1000 proposal boxes remain the same regardless of the input image. Why is this happening?
This is weird because if I run the entire model through the
DefaultPredictor
objectit gives me perfect results with accurate masks and bounding boxes. How is this possible?
Beta Was this translation helpful? Give feedback.
All reactions