Skip to content
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

Merged
merged 13 commits into from
Aug 14, 2023

Commits on Aug 5, 2023

  1. Init.

    jiongjiongli committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    67b4d16 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Add DDQ DETR comments.

    jiongjiongli committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    f249312 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd45385 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Add DDQ DETR test cases.

    jiongjiongli committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    0ee12d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eef42dd View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Configuration menu
    Copy the full SHA
    c4aa80e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e354e0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b80abcb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    704a2cb View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. DDQ DETR: 1. Remove database test2017 in config file. 2. Smaller mode…

    …l size in unit test to reduce memory usage.
    jiongjiongli committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    163f2dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    661091f View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    5e6480c View commit details
    Browse the repository at this point in the history
  2. Fix test case bug: FAILED tests/test_models/test_detectors/test_ddq_d…

    …etr.py::TestDDQDETR::test_ddq_detr_head_loss - RuntimeError: selected index k out of range
    jiongjiongli committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    805a5ca View commit details
    Browse the repository at this point in the history