Open
Description
🚀 Feature
A bit unsure about this feature.
Support Rotated Bounding Boxes in Torchvision.
Motivation
There is recent research on Rotated Bounding boxes which provides better detection results. I am not able to find highly cited results but a few of them are
- Rotation Invariant Detector
- SCRDET ICCV 2019.
I'm not sure for more papers. I think this is slightly new topic, and needs a bit more research.
Pitch
- Support operations for Rotated Bounding boxes, NMS, ROI Align. IoU.
- Support Augmentation (if needed) for Rotated Bounding boxes.
- Support such Datasets (if any) that use Rotated Boxes.
If possible we can also support Rotated models. In my opinion it might not be very feasible.
Since it will take a lot of time and maintenance for these models.
Alternatives
Currently, Detectron2 has great support for all the above. These operations are implemented in C++.
Additional context
Looks tricky and challenging. I guess it might also be too early to think about this. I think it needs a bit more research and some baseline.
cc @pmeier