ChrisAllenMing / GPA-detection

Implementation of Cross-domain Detection via Graph-induced Prototype Alignment (CVPR 2020 Oral).
140 stars 26 forks source link

code error? #7

Closed czzbb closed 4 years ago

czzbb commented 4 years ago

In your code, I think pooled_feat and tgt_pooled_feat should be pooled_feat_ and tgt_pooled_feat_, respectively. Am I right?

ChrisAllenMing commented 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.

czzbb commented 4 years ago

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.