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
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.
The text was updated successfully, but these errors were encountered:
vikashch
changed the title
Possible bug inn network forward?
Possible bug in network forward?
Oct 16, 2021
NoduleNet/net/nodule_net.py
Line 391 in 364621c
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.
The text was updated successfully, but these errors were encountered: