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!
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.pyat 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!