mmdetection
mmdetection copied to clipboard
[Refactor]: Refactor DAB-DETR in MMDetection 3.0
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!
Short-term Plan
- Modify code based on review.
- ResNet 50 mAP alignment with official repo.
Update:
Forward results and losses for a batch are perfectly aligned (4 decimal places) with 2.0 version and official repo!
please merge the latest refactor_detr
please merge the refactor_detr and resolve the conflict
closed as it has been completed in #9252