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

Feature/sg 1106 Minor fixes in export api #1412

Merged
merged 5 commits into from
Aug 24, 2023

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    5c1ecfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91230d1 View commit details
    Browse the repository at this point in the history
  3. Added provides to stay compatible with newer onnxruntime that require…

    … provides to be present
    BloodAxe committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    c4fab3f View commit details
    Browse the repository at this point in the history
  4. Fixed edge case of exporting detection models of small size and num_p…

    …re_nms_predictions that exceeds this value
    BloodAxe committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    202701b View commit details
    Browse the repository at this point in the history
  5. Change initilization of grid in yolox/yolonas/ppyoloe to ensure that …

    …constants in ONNX file is fp32 and not fp64.
    
    #1392
    BloodAxe committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    a7acdd7 View commit details
    Browse the repository at this point in the history