chenscottus
chenscottus
Is that possible you can share the code? Or just the minimum code that works?
Many thanks for your sharing! I will try it. On Thu, Feb 22, 2024 at 5:22 PM yunsunghan ***@***.***> wrote: > Okay, I share the code. :D > > def...
/usr/bin/trtexec --workspace=40960 --onnx=/home/dev/projects/models/superpoint_2048_lightglue_end2end_tensorrt.onnx --saveEngine=/home/dev/projects/models/superpoint_2048_lightglue_end2end_tensorrt_1x1x3840x640_1x1x3840x128.fp32.trt8.v8.6.2.3.sm87.engine --minShapes=image0:1x1x3840x640,image1:1x1x3840x128 --optShapes=image0:1x1x3840x640,image1:1x1x3840x128 --maxShapes=image0:1x1x3840x640,image1:1x1x3840x128
minShapes , optShapes and maxShapes are all the same.
When set --verbose, this is the error message: [E] [TRT] 7: [shapeMachine.cpp::executeContinuation::864] Error Code 7: Internal Error (/lightglue/ArgMax_1: length of reduction axis ((MIN 2048 (# 0 (VALUE /extractor/NonZero_1[size])))) is smaller...
I build the engines with the static sharp you mention both on Windows and Jetson Orin with Jackpack DP 6.0 with TensorRT 8.6. Both building the engines are OK. The...