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

[Algorithm] Support Rotated YOLOX (CVPR'21) #409

Draft
wants to merge 19 commits into
base: dev
Choose a base branch
from

Commits on Jun 12, 2022

  1. Configuration menu
    Copy the full SHA
    e68bbfb View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. rename

    liuyanyi committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    fde6f87 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. merge dev

    liuyanyi committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    5d41da4 View commit details
    Browse the repository at this point in the history
  2. revert

    liuyanyi committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    dcde999 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. add codes

    liuyanyi committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    b5350fb View commit details
    Browse the repository at this point in the history
  2. add codes

    liuyanyi committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    c77f8f0 View commit details
    Browse the repository at this point in the history
  3. configs

    liuyanyi committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    4a342b9 View commit details
    Browse the repository at this point in the history
  4. fix typo

    liuyanyi committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    65a5858 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. add fp16 cfg

    liuyanyi committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    a1c30f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. add

    liuyanyi committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    9e445be View commit details
    Browse the repository at this point in the history
  2. add

    liuyanyi committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    874c9db View commit details
    Browse the repository at this point in the history
  3. add

    liuyanyi committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    6844def View commit details
    Browse the repository at this point in the history
  4. fix cfg

    liuyanyi committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    9a302fe View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. update cfg

    liuyanyi committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    7cae58e View commit details
    Browse the repository at this point in the history
  2. update docstring

    liuyanyi committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    45dfff4 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. update codes

    liuyanyi committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    510b71b View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. update result

    liuyanyi committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    0baa740 View commit details
    Browse the repository at this point in the history
  2. use mmcv.ops.batched_nms

    liuyanyi committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    ed609af View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. update result

    liuyanyi committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    08905cf View commit details
    Browse the repository at this point in the history