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
I’m currently working on a fork of your implementation using Detectron2. I noticed something in generate_rrpn_proposals.py at line 97 where the scores are being set to zero. Shouldn’t this affect the classification in the second stage, since it relies on the scores to select proposals?
Thanks for your help!
The text was updated successfully, but these errors were encountered:
Hello,
First off, fantastic work on this project!
I’m currently working on a fork of your implementation using Detectron2. I noticed something in
generate_rrpn_proposals.py
at line 97 where the scores are being set to zero. Shouldn’t this affect the classification in the second stage, since it relies on the scores to select proposals?Thanks for your help!
The text was updated successfully, but these errors were encountered: