Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

How can I use DETR to detect rotated bbox #586

Open
spcrobocar opened this issue Jun 1, 2023 · 1 comment
Open

How can I use DETR to detect rotated bbox #586

spcrobocar opened this issue Jun 1, 2023 · 1 comment

Comments

@spcrobocar
Copy link

Can I use DETR to detect objects with rotated bbox?

@praveenVnktsh
Copy link

You'll have to modify the architecture a bit and add a few parameters that represent the angle of the bounding box. Im not sure why you would want to predict rotated boxes, but in order to make it play nicely with the modulo properties of angles, you'll likely have to encode it as a parametric function (sinusoidals) with some extra loss terms to make the angle follow constraints.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants