mmdetection icon indicating copy to clipboard operation
mmdetection copied to clipboard

[Refactor]: Refactor DAB-DETR in MMDetection 3.0

Open KeiChiTse opened this issue 2 years ago • 3 comments

Motivation

Comparing to PR #8533, this PR aims to refactor DAB-DETR in the upcoming MMDetection 3.0!

I'm working together with @jshilong, @Li-Qingyun, and @LYMDLUT to refactor the DETR-like algorithms in MMDetection 3.0, using a more lightweight and easy-to-read code style.

Details can be refered to in #8763, feel free to give your advice!

KeiChiTse avatar Sep 15 '22 15:09 KeiChiTse

Short-term Plan

  1. Modify code based on review.
  2. ResNet 50 mAP alignment with official repo.

KeiChiTse avatar Sep 15 '22 15:09 KeiChiTse

Update:

Forward results and losses for a batch are perfectly aligned (4 decimal places) with 2.0 version and official repo!

KeiChiTse avatar Sep 20 '22 08:09 KeiChiTse

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Sep 20 '22 13:09 CLAassistant

please merge the latest refactor_detr

jshilong avatar Nov 02 '22 03:11 jshilong

please merge the refactor_detr and resolve the conflict

jshilong avatar Nov 02 '22 03:11 jshilong

closed as it has been completed in #9252

ZwwWayne avatar Jan 29 '23 10:01 ZwwWayne