-
Notifications
You must be signed in to change notification settings - Fork 9.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CodeCamp2023-503] Add the DDQ algorithm to mmdetection #10772
[CodeCamp2023-503] Add the DDQ algorithm to mmdetection #10772
Conversation
in ~ddq/new/mmdetection/mmdet/models/detectors/ddq_detr.py, Row158: |
…l size in unit test to reduce memory usage.
Fixed this issue, thanks! |
…etr.py::TestDDQDETR::test_ddq_detr_head_loss - RuntimeError: selected index k out of range
Hi @jiongjiongli, We'd like to express our appreciation for your valuable contributions to the mmdetection. Your efforts have significantly aided in enhancing the project's quality. If you're on WeChat, we'd also love for you to join our community there. Just add our assistant using the WeChat ID: openmmlabwx. When sending the friend request, remember to include the remark "mmsig + Github ID". Thanks again for your awesome contribution, and we're excited to have you as part of our community! |
Task: CodeCamp2023-503
Motivation
Refer to the open source code DDQ and add support for training this model in mmdetection.
Modification
Use cases
Installation
Train
Test
Checklist