A clear and concise description of the feature proposal.
Would be awesome to have DETR work in the detectron2 codebase. Seems like a non-trivial addition though, as it needs a new loss setup.
https://arxiv.org/pdf/2005.12872.pdf
Alternative to FasterRCNN/MaskRCNN pipelines.
I've made detectron2 to support DETR. https://github.com/poodarchu/DETR.detectron2
We have released the official Detectron2 wrapper for DETR: https://github.com/facebookresearch/detr/tree/master/d2
It is a faithful reproduction of the detection results of the paper.
Thanks @alcinos and @poodarchu !
Most helpful comment
I've made detectron2 to support DETR. https://github.com/poodarchu/DETR.detectron2