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

Pytorch2onnx #3075

Merged
merged 14 commits into from
Aug 4, 2020
Merged

Pytorch2onnx #3075

merged 14 commits into from
Aug 4, 2020

Commits on Aug 4, 2020

  1. Configuration menu
    Copy the full SHA
    adf6126 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a3ec2a View commit details
    Browse the repository at this point in the history
  3. only compare the score value while verifying results between ONNX and…

    … pytorch
    Han Ruobing authored and hanruobing committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    211e5d9 View commit details
    Browse the repository at this point in the history
  4. move import onnx before import torch, or something weird will happen

    Han Ruobing authored and hanruobing committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    71a4c83 View commit details
    Browse the repository at this point in the history
  5. use real images for input

    hanruobing committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    dd0b25c View commit details
    Browse the repository at this point in the history
  6. modifying the way of calling nms

    hanruobing committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    466b66f View commit details
    Browse the repository at this point in the history
  7. modify docstring for bbox2result, and remove unnecessary part for onn…

    …x exporting
    hanruobing committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    bb53c86 View commit details
    Browse the repository at this point in the history
  8. modify the 'Convert to ONNX' part in docs

    hanruobing committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    cb692b4 View commit details
    Browse the repository at this point in the history
  9. replace or to | in docstring

    hanruobing committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    aba65f1 View commit details
    Browse the repository at this point in the history
  10. update according to the latest mmcv

    hanruobing committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    538a501 View commit details
    Browse the repository at this point in the history
  11. add normalize part

    hanruobing committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    73ad077 View commit details
    Browse the repository at this point in the history
  12. raise error while using low version mmcv

    hanruobing committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    4db396e View commit details
    Browse the repository at this point in the history
  13. minor update

    xvjiarui committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    4508b28 View commit details
    Browse the repository at this point in the history
  14. minor update

    xvjiarui committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    c8a4b14 View commit details
    Browse the repository at this point in the history