IDEA-Research / DINO

[ICLR 2023] Official implementation of the paper "DINO: DETR with Improved DeNoising Anchor Boxes for End-to-End Object Detection"
Apache License 2.0
2.1k stars 230 forks source link

rotation detection #169

Open zhu011 opened 1 year ago

zhu011 commented 1 year ago

Dear author, if I want to change to five-parameter rotation detection, where should I change it, and can I change it?

HaoZhang534 commented 1 year ago

You may add a dimension of rotation angle into predicted 4D boxes, but the performance is not guaranteed.