jbwang1997/OBBDetection

About iou loss

Closed this issue · 3 comments

Will you support rotated IoU loss in Oriented RCNN? (I've found your riou dir here)
This repo helps if you have any idea for that.

Yes, I have read this repo and attempt to add rotated IoU Loss in OBBDetection.

I am attempted to update it to a more general Poly IoU Loss, so that it can be used in the framework like Gliding Vertex.

Good job! 👍 BTW, there is no much overlap deviation between poly iou and riou. Maybe you can transform the polygon into obb, then calculate the riou loss between two obbs to replace the Poly IoU Loss, it is more simple.
Good luck!

Yes, I have read this repo and attempt to add rotated IoU Loss in OBBDetection.

I am attempted to update it to a more general Poly IoU Loss, so that it can be used in the framework like Gliding Vertex.

Hi , is there any progress for Poly IoU Loss? Can we implement in [oriented_rcnn]?