Closed czzbb closed 4 years ago
Thanks for pointing this out! Yeah, this is a mistake when we reconstituted the code for release, and we have fixed it now. We sincerely apologize for the confusion brought to you by this mistake.
another code error: rois
and tgt_rois
should be rois_select
and tgt_rois_select
?
What's more, I wonder why you change pos_ratio
from 0.5 to 0.25 and rpn_bs
from 256 to 128.
In your code, I think
pooled_feat
andtgt_pooled_feat
should bepooled_feat_
andtgt_pooled_feat_
, respectively. Am I right?