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

[Enhancement]: Refactor SSD #5291

Merged
merged 17 commits into from
Jun 22, 2021
Merged

Commits on May 28, 2021

  1. add vgg neck

    RangiLyu committed May 28, 2021
    Configuration menu
    Copy the full SHA
    ceb6011 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. refactor ssd neck and vgg

    RangiLyu committed May 31, 2021
    Configuration menu
    Copy the full SHA
    15fb3b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. refactor ssd head and neck

    RangiLyu committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    cf27c9c View commit details
    Browse the repository at this point in the history
  2. init l2 norm

    RangiLyu committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    659adaa View commit details
    Browse the repository at this point in the history
  3. update config

    RangiLyu committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    387d9c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. change ssdvgg backbone

    RangiLyu committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    168d5fe View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. revert to SSD_VGG

    RangiLyu committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    bee9b5c View commit details
    Browse the repository at this point in the history
  2. add unit test

    RangiLyu committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    d2ea0b7 View commit details
    Browse the repository at this point in the history
  3. fix ssd voc

    RangiLyu committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    b52e8a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. avoid BC-breaking

    RangiLyu committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    3b6f2bd View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. add TODO

    RangiLyu committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    7cacef4 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. add convert script

    RangiLyu committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    a4d4c39 View commit details
    Browse the repository at this point in the history
  2. avoid BC breaking

    RangiLyu committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    442dfd1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into dev/refactor_ssd

    # Conflicts:
    #	configs/ssd/README.md
    #	tests/test_models/test_necks.py
    RangiLyu committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    78bd40a View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. update readme

    RangiLyu committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    9e2bc2b View commit details
    Browse the repository at this point in the history
  2. update download link

    RangiLyu committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    f46ddda View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Fix doc

    RangiLyu committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    4b7b094 View commit details
    Browse the repository at this point in the history