You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DINO (do not confuse it with the DINO image encoder from META) is a SOTA DETR-like object detector, improving the denoising training, query initialization, and box prediction. It is based on a combination of the enhancement brought by DN-DETR , DAB-DETR , and Deformable DETR.
As it is used as backbone for many other DETR architecture (e.g Co-DETR which is SOTA on COCO test-dev : https://paperswithcode.com/sota/object-detection-on-coco), it would be nice to have it in transformers.
Additionnaly, a slighly improved version of DINO, called Stable-DINO, also exist, and should be easily added on top of DINO (only a few lines of code).
Hi @court thanks for opening the issue! That would be a great addition to our object-detection series, would you like to work on it, or should we seek anyone who will take this up?
Hi @tcourat thanks for opening the issue! That would be a great addition to our object-detection series, would you like to work on it, or should we seek anyone who will take this up?
I do not plan to work on it at the moment as I am not familiar with HF integration practices, but since I believe this would be a great addition to HF I created this request.
Model description
DINO (do not confuse it with the DINO image encoder from META) is a SOTA DETR-like object detector, improving the denoising training, query initialization, and box prediction. It is based on a combination of the enhancement brought by DN-DETR , DAB-DETR , and Deformable DETR.
As it is used as backbone for many other DETR architecture (e.g Co-DETR which is SOTA on COCO test-dev : https://paperswithcode.com/sota/object-detection-on-coco), it would be nice to have it in transformers.
Additionnaly, a slighly improved version of DINO, called Stable-DINO, also exist, and should be easily added on top of DINO (only a few lines of code).
Open source status
Provide useful links for the implementation
Paper : https://arxiv.org/abs/2203.03605
Code : https://github.com/IDEA-Research/DINO
Code for Stable-DINO : https://github.com/IDEA-Research/Stable-DINO
The text was updated successfully, but these errors were encountered: