forked from cvg/LightGlue
-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
Hi, since we can not guarantee that the same numbers of keypoints are extracted and matched, using TensorrtExecutionProvider will generate cached files for the first time and these caches will be used later for faster inference. However, when the network meets some new inputs that are not in the optimized ranges of cached files, the engine will generate new cached files and this may take more than 1 minutes. This is very dangerous as we are running the network online. Do you have any idea how we can solve this issue? I have also raised a similar issue in the ONNX repo. microsoft/onnxruntime#22822
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels