mmcv icon indicating copy to clipboard operation
mmcv copied to clipboard

[WIP]: Add conditional attention for conditional detr

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

Motivation

I was chosen for the 1st GLCC mmdetection project in open-mmlab/mmdetection#8030, and I'm going to cooperate with @KeiChiTse add Conditional DETR to mmdetection. The attention modules of Conditional DETR decoder is different with MultiheadAttention in mmcv. The new attention module shoule be added into mmcv.cnn.bricks.transformer.

Main Modification

Modified mmcv/cnn/bricks/transformer.py to add implementations of 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 contributor.

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