yangxue0827 / RotationDetection

This is a tensorflow-based rotation detection benchmark, also called AlphaRotate.
https://rotationdetection.readthedocs.io/
Apache License 2.0
1.08k stars 181 forks source link

About Anchor Generation #95

Closed ga546 closed 2 years ago

ga546 commented 2 years ago

Maybe there is a small mistake? image

yangxue0827 commented 2 years ago

This is base size not batch size. The anchor generation should be correct, otherwise it will not be trained normally.

ga546 commented 2 years ago

Yes ,I know it But in this case, BASE_ANCHOR_SIZE_LIST in config will be useless

ga546 commented 2 years ago

I mean that maybe "4" shouid be changed to "base_size" in the code

yangxue0827 commented 2 years ago

Sorry I misread it as batch size.

image

The anchor scale of this function is controlled by stride.

ga546 commented 2 years ago

thanks ,I get it