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

More fixes for TensorRT 10 #1925

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

ligaz
Copy link
Contributor

@ligaz ligaz commented Jan 11, 2025

This change builds on the latest changes for TensorRT 10 - c038530.

It fixes the following:

  • Correctly rearrange the #if and #endif for outputDims similar to the inputDims. The issue is that the ONNX shiftDims was not being called due to a missing #endif after getting the outputDims.
  • Do not call setTensorAddress for output dimensions. This was causing a segmentation fault so the fix is to not use call it similarly to the way it is implemented for input tensors.

You can test this with posenet because this is the one of the few models that is using ONNX as its source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant