Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible bug in network forward? #35

Open
vikashch opened this issue Oct 16, 2021 · 0 comments
Open

Possible bug in network forward? #35

vikashch opened this issue Oct 16, 2021 · 0 comments

Comments

@vikashch
Copy link

vikashch commented Oct 16, 2021

self.ensemble_proposals[:, 1] = (self.ensemble_proposals[:, 1] + fpr_res[:, 0]) / 2

self.ensemble_proposals is rpn_proposals and fpr_res are the results from the classification network. (Which are thresholded by cfg['rcnn_test_nms_pre_score_threshold']. So there will be a size mismatch while doing this addition if some of the rpn_proposals were discarded during the above step.

@vikashch vikashch changed the title Possible bug inn network forward? Possible bug in network forward? Oct 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant