mjq11302010044 / RRPN_plusplus

RRPN++: Guidance Towards More Accurate Scene Text Detection
89 stars 13 forks source link

question about the angle #11

Closed WhiteCipher closed 3 years ago

WhiteCipher commented 3 years ago

I'm puzzled when read the code, it looks that the angle regression range should be [-45,45] according to https://github.com/mjq11302010044/RRPN_plusplus/blob/3552feb0b3adf5601399a05140b52ce2961f0693/maskrcnn_benchmark/structures/rboxlist_ops.py#L82, but in dataset code "rotation_series.py", its not limited to this range ?

mjq11302010044 commented 3 years ago

@WhiteCipher See SpottingDataset in rrpn_e2e_series.py, you will get what you want to know.

WhiteCipher commented 3 years ago

Oh, i got it in RandomRotationIn90. Its not easy to find it exists in a transform func. At last, thank you for the good work.

mjq11302010044 commented 3 years ago

@WhiteCipher Thanks for your focus on the project. :)