DetectionTeamUCAS / RRPN_Faster-RCNN_Tensorflow

A tensorflow re-implementation of RRPN: Arbitrary-Oriented Scene Text Detection via Rotation Proposals.
254 stars 89 forks source link

Can you explain why you took the _unmap function and bbox_inside_weights off? #10

Closed Issuenate closed 4 years ago

Issuenate commented 6 years ago

Thanks bro in advance!

When i look into the code i found there's some changes in your code and i couldn't figure it out why you do so. Why did you take the function _unmap and the parameter bbox_inside_weights/bbox_outside_weights off? Does that mean we skip a process of choosing positive/negative labels? Is there any reason for you to do so? or you found that doesn't work better?

Thank you to the moon and back!