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

[TOPI, Relay] A new NMS op variant for ONNX NMS / TF Combined NMS #7796

Merged
merged 36 commits into from
Apr 14, 2021

Commits on Apr 8, 2021

  1. initial import

    masahi authored and Masahiro Masuda committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    64f5d50 View commit details
    Browse the repository at this point in the history
  2. add c++ boilarplate

    masahi authored and Masahiro Masuda committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    d980761 View commit details
    Browse the repository at this point in the history
  3. add python boilarpolate

    masahi authored and Masahiro Masuda committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    a1c3bf6 View commit details
    Browse the repository at this point in the history
  4. update onnx frontend

    masahi authored and Masahiro Masuda committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    8af8079 View commit details
    Browse the repository at this point in the history
  5. fixing

    masahi authored and Masahiro Masuda committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    d26d5b9 View commit details
    Browse the repository at this point in the history
  6. update onnx frontend

    masahi authored and Masahiro Masuda committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    0c71339 View commit details
    Browse the repository at this point in the history
  7. fix shape

    masahi authored and Masahiro Masuda committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    a40337a View commit details
    Browse the repository at this point in the history
  8. minor update

    masahi authored and Masahiro Masuda committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    71370cf View commit details
    Browse the repository at this point in the history
  9. fix

    masahi authored and Masahiro Masuda committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    15d3bd0 View commit details
    Browse the repository at this point in the history
  10. fix shape func

    masahi authored and Masahiro Masuda committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    837ce76 View commit details
    Browse the repository at this point in the history
  11. fix for no box

    masahi authored and Masahiro Masuda committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    e26bb4d View commit details
    Browse the repository at this point in the history
  12. more fix

    masahi authored and Masahiro Masuda committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    65b5bba View commit details
    Browse the repository at this point in the history
  13. made things 64 bit

    Masahiro Masuda committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    253629a View commit details
    Browse the repository at this point in the history
  14. int64 tweak

    Masahiro Masuda committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    9cb2505 View commit details
    Browse the repository at this point in the history
  15. max_output_size doesn't need to be a callback

    masahi authored and Masahiro Masuda committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    ac5d79b View commit details
    Browse the repository at this point in the history
  16. remove all_class_nms schedule

    masahi authored and Masahiro Masuda committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    fd868a1 View commit details
    Browse the repository at this point in the history
  17. minor simplify

    masahi authored and Masahiro Masuda committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    adaaf50 View commit details
    Browse the repository at this point in the history
  18. remove expand_dim

    masahi authored and Masahiro Masuda committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    83aa4c2 View commit details
    Browse the repository at this point in the history
  19. refactoring

    masahi authored and Masahiro Masuda committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    0be35e6 View commit details
    Browse the repository at this point in the history
  20. simplify nms loop

    masahi authored and Masahiro Masuda committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    a46bd03 View commit details
    Browse the repository at this point in the history
  21. cpu all_class_nms stub

    masahi authored and Masahiro Masuda committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    8699a98 View commit details
    Browse the repository at this point in the history
  22. updating ir for cpu

    masahi authored and Masahiro Masuda committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    ef8d3c9 View commit details
    Browse the repository at this point in the history
  23. working with cpu

    masahi authored and Masahiro Masuda committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    8400bbf View commit details
    Browse the repository at this point in the history
  24. update cpu strategy, relay op also working

    masahi authored and Masahiro Masuda committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    dc437ff View commit details
    Browse the repository at this point in the history
  25. fix cpplint

    masahi authored and Masahiro Masuda committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    ee9c4d5 View commit details
    Browse the repository at this point in the history
  26. fixing pylint

    masahi authored and Masahiro Masuda committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    e67eae7 View commit details
    Browse the repository at this point in the history
  27. enable gpu test for onnx nms

    masahi authored and Masahiro Masuda committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    b4bd995 View commit details
    Browse the repository at this point in the history
  28. tweak parallel

    masahi authored and Masahiro Masuda committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    ed7f6ae View commit details
    Browse the repository at this point in the history
  29. pyformat and lint

    masahi authored and Masahiro Masuda committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    0b26341 View commit details
    Browse the repository at this point in the history
  30. fix relay nms test

    masahi authored and Masahiro Masuda committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    2361321 View commit details
    Browse the repository at this point in the history
  31. doc update for cpp relay

    masahi committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    004145a View commit details
    Browse the repository at this point in the history
  32. updating tests

    masahi committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    d207c4d View commit details
    Browse the repository at this point in the history
  33. updated tests

    masahi committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    05fa415 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    6d314de View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. update doc

    masahi committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    56531f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. doc fix

    masahi committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    b174927 View commit details
    Browse the repository at this point in the history