Submitted by Technical-Vast1314 t3_y3oukb in MachineLearning

Happy to share our new open-source work: detrex. detrex is an open-source toolbox that provides state-of-the-art Transformer-based object detection algorithms.

Here's the github links: https://github.com/IDEA-Research/detrex

detrex was built on detectron2 and we used the powerful LazyConfig system for more flexible syntax and cleaner config files.

Fun Facts:

Its name says all about this work:

  • detr-ex: We take our hats off to DETR and regard this repo as an extension of Transformer-based detection algorithms.

  • det-rex: rex literally means 'king' in Latin. We hope this repo can help advance the state of the art on object detection by providing the best Transformer-based detection algorithms from the research community.

  • de-t.rex: de means 'the' in German. T.rex, also called Tyrannosaurus Rex, means 'king of the tyrant lizards' and connects to our research work 'DINO', which is short for Dinosaur.

Overview of Model Zoo

detrex has already implemented the following algorithms:

Nice Performance

Here is the performance of models trained using detrex compared with their original repo.

Method AP (original repo) AP (detrex)
Conditional-DETR-R50 40.9 41.6
Deformable-DETR-R50-Two-Stage 46.9 47.3
DAB-DETR-R50 42.2 43.3
DAB-DETR-R101 43.2 44.0
DAB-Deformable-DETR-R50 48.7 48.9
DN-DETR 44.4 44.7
DINO-R50-12epochs 49.0 49.0
DINO-Swin-Large-12epochs 56.8 56.9
80

Comments

You must log in or register to comment.

9182763498761234 t1_is9wnqb wrote

“de means the in German“ — no it doesn’t. It’s either der/die/das but there is no such thing as „de“.

20

Technical-Vast1314 OP t1_isb5xum wrote

We will frequently update detrex and implement more state-of-the-art algorithms in the future!

2