mmdetection icon indicating copy to clipboard operation
mmdetection copied to clipboard

[WIP] Add conditional detr

Open Li-Qingyun opened this issue 3 years ago • 1 comments
trafficstars

Motivation

I was chosen for the 1st GLCC project in #8030, and I'm going to cooperate with @KeiChiTse add Conditional DETR to mmdetection.

Main Modification

  • Create conditional_detr.py to implement ConditionalDETR
  • Create conditional_detr_head.py to implement ConditionalDETRHead
  • Modified transformer.py to add implementations of ConditionalDetrTransformerDecoderLayer and ConditionalDetrTransformerDecoder
  • The attention module should be rewritten, hence, open-mmlab/mmcv#2114 is created for implementing ConditionalAttention.

Li-Qingyun avatar Jul 13 '22 13:07 Li-Qingyun

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jul 13 '22 13:07 CLAassistant

The work will be done by other contributors.

Li-Qingyun avatar Aug 10 '22 06:08 Li-Qingyun