facebookresearch / detr

End-to-End Object Detection with Transformers
Apache License 2.0
13.09k stars 2.37k forks source link

How to convert DETR into a detection frame that can detect rotation? #573

Open acheman opened 1 year ago

acheman commented 1 year ago

Hello, I want to know how to convert DETR into a detection frame that can detect rotation? Please tell me what I need to modify so that I can detect the rotation detection box (xc, yc, w, h, angle), it would be great if there is a complete code change, I thank you very much.