IDEA-Research / detrex

detrex is a research platform for DETR-based object detection, segmentation, pose estimation and other visual recognition tasks.
https://detrex.readthedocs.io/en/latest/
Apache License 2.0
1.92k stars 202 forks source link

Any plans on supporting rotated bounding box detectors #257

Closed ogencoglu closed 12 months ago

ogencoglu commented 1 year ago

Any plans on supporting rotated bounding box detectors on top of axis-aligned bounding boxes that it provides?

rentainhe commented 1 year ago

Hello @ogencoglu , our repo aims to hold most of the detr algorithms, if there are some rotated bounding box algorithms we will like to implement them, but not that hurry

rentainhe commented 12 months ago

We've noticed that there has been some paper works about rotated box detection using DETR like DINO: https://arxiv.org/pdf/2305.07598.pdf

It will be nice if they released their code and pre-trained weights, you can keep an eye on this work, and I'm going to close this issue now, feel free to reopen it if necessary.

Rotated box may not that hurry in our future release, as there are not much DETR-like works on it