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

refactor onnx export of two stage #5205

Merged
merged 25 commits into from
May 27, 2021
Merged

Commits on May 23, 2021

  1. refactor rpn

    zhangshilong committed May 23, 2021
    Configuration menu
    Copy the full SHA
    200b62d View commit details
    Browse the repository at this point in the history
  2. refactor bbox_head

    zhangshilong committed May 23, 2021
    Configuration menu
    Copy the full SHA
    7bf8e9a View commit details
    Browse the repository at this point in the history
  3. mask export

    zhangshilong committed May 23, 2021
    Configuration menu
    Copy the full SHA
    ebb52da View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. add docstr for onnx export

    zhangshilong committed May 24, 2021
    Configuration menu
    Copy the full SHA
    f43300d View commit details
    Browse the repository at this point in the history
  2. support onnx

    zhangshilong committed May 24, 2021
    Configuration menu
    Copy the full SHA
    27d48d7 View commit details
    Browse the repository at this point in the history
  3. resolve conflict

    zhangshilong committed May 24, 2021
    Configuration menu
    Copy the full SHA
    006c106 View commit details
    Browse the repository at this point in the history
  4. fix several bug related to onnx

    zhangshilong committed May 24, 2021
    Configuration menu
    Copy the full SHA
    032731d View commit details
    Browse the repository at this point in the history
  5. fix onnx

    zhangshilong committed May 24, 2021
    Configuration menu
    Copy the full SHA
    926d34e View commit details
    Browse the repository at this point in the history
  6. fix onestage

    zhangshilong committed May 24, 2021
    Configuration menu
    Copy the full SHA
    87b9682 View commit details
    Browse the repository at this point in the history
  7. fix dicstr

    zhangshilong committed May 24, 2021
    Configuration menu
    Copy the full SHA
    82a6758 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. add more doc for bbox head

    zhangshilong committed May 25, 2021
    Configuration menu
    Copy the full SHA
    59168ea View commit details
    Browse the repository at this point in the history
  2. fix unitest

    zhangshilong committed May 25, 2021
    Configuration menu
    Copy the full SHA
    6490479 View commit details
    Browse the repository at this point in the history
  3. fix scale factor of two stage

    zhangshilong committed May 25, 2021
    Configuration menu
    Copy the full SHA
    2a66f64 View commit details
    Browse the repository at this point in the history
  4. fix type

    zhangshilong committed May 25, 2021
    Configuration menu
    Copy the full SHA
    0269935 View commit details
    Browse the repository at this point in the history
  5. change to np.array

    zhangshilong committed May 25, 2021
    Configuration menu
    Copy the full SHA
    d0a8b92 View commit details
    Browse the repository at this point in the history
  6. fix a bug of maskrcnn

    zhangshilong committed May 25, 2021
    Configuration menu
    Copy the full SHA
    bf88b22 View commit details
    Browse the repository at this point in the history
  7. fix typeg

    zhangshilong committed May 25, 2021
    Configuration menu
    Copy the full SHA
    479823f View commit details
    Browse the repository at this point in the history
  8. resolve comments

    zhangshilong committed May 25, 2021
    Configuration menu
    Copy the full SHA
    660c081 View commit details
    Browse the repository at this point in the history
  9. fix doc

    zhangshilong committed May 25, 2021
    Configuration menu
    Copy the full SHA
    1ff1f7c View commit details
    Browse the repository at this point in the history
  10. fix unitest

    zhangshilong committed May 25, 2021
    Configuration menu
    Copy the full SHA
    5f498cf View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. resolve conversation

    zhangshilong committed May 26, 2021
    Configuration menu
    Copy the full SHA
    17c0cce View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. fix docstr

    zhangshilong committed May 27, 2021
    Configuration menu
    Copy the full SHA
    65e96a3 View commit details
    Browse the repository at this point in the history
  2. resolve conversation

    zhangshilong committed May 27, 2021
    Configuration menu
    Copy the full SHA
    864bf14 View commit details
    Browse the repository at this point in the history
  3. fix docstr

    zhangshilong committed May 27, 2021
    Configuration menu
    Copy the full SHA
    fd12c66 View commit details
    Browse the repository at this point in the history
  4. fix docstr

    zhangshilong committed May 27, 2021
    Configuration menu
    Copy the full SHA
    a186d4c View commit details
    Browse the repository at this point in the history