Closed kajo-kurisu closed 1 year ago
Hi @kajo-kurisu, thank you for your interest in LightGlue-ONNX.
The fused models are intended to be run via ONNXRuntime as they use contrib operators (under the com.microsoft
domain).
thank u , i'll close this issue
@kajo-kurisu 请问下,您转trt引擎转成功了吗
@kajo-kurisu 请问下,您转trt引擎转成功了吗
我后来没用他的optimize.py ,用的onnx.simplify自己对onnx简化之后就能转化成功
i run this command
python optimize.py --input weights/superpoint_lightglue.onnx
and i get superpoint_lightglue_fused.onnx and superpoint_lightglue_fused_fp16.onnx but when i usetrtexec --onnx='/home/sy/sy/lightglue_ws/src/LightGlue-ONNX/weights/my/sim/superpoint_lightglue_fused_fp16.onnx' --fp16 --saveEngine=superpoint_lightglue_fused_fp16.trt --warmUp=500 --duration=10
to trans them into .trt file, the following error appearsmy tensorrt version is 8.6.1.6, onnxruntime = 1.16.0