Detectron2: Any plan to incorporate DETR?

Created on 5 Jun 2020  路  3Comments  路  Source: facebookresearch/detectron2

馃殌 Feature

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

Motivation & Examples

Alternative to FasterRCNN/MaskRCNN pipelines.

enhancement

Most helpful comment

I've made detectron2 to support DETR. https://github.com/poodarchu/DETR.detectron2

All 3 comments

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 !

Was this page helpful?
0 / 5 - 0 ratings