Skip to content

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 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.

@vdoom
Copy link

vdoom commented Sep 20, 2025

Hello @dusty-nv ! Pls merge this fix. There are problems in Jetson-inference with ONNX models on JetPack 6.2 .

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.

2 participants