open-mmlab / mmrotate

OpenMMLab Rotated Object Detection Toolbox and Benchmark
https://mmrotate.readthedocs.io/en/latest/
Apache License 2.0
1.84k stars 541 forks source link

[Feature] Full angle range #1061

Closed calcoloergosum closed 2 weeks ago

calcoloergosum commented 1 month ago

NOTE: This PR alone does not make training work.

Thank you for your amazing codebase.

Motivation

Resolve #386 #565 #902 #1045 . Sometimes we want the full range of angle.

Modification

Use cases (Optional)

Anything that is not rotation invariant shaped objects. For example:

Note

Checklist

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.

calcoloergosum commented 3 weeks ago

I just realized that this repo already is working on 360 rotation detection :P

yangxue0827 commented 3 weeks ago

I think your implementation is better and more flexible.

zytx121 commented 2 weeks ago

@calcoloergosum Thank you for your contribution. We will incorporate your angle representation into the main branch as one of the default angle representations.