Replies: 2 comments 8 replies
-
Hi Did you find any potential solution to support the TRT engine within SAHI inference? Thanks in advance :) |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm using TensorRT to quantize Yolov8 models, so we get something like yolov8n.engine model files. They can typically be used in exactly the same way as yolov8n.pt files when using Ultralytics, but with SAHI it does not work. I'm looking for where I need to make changes for .engine to work in SAHI, and looking into the file structure and I notice there are some code files in utils/ like yolov8.py and yolov8onnx.py, so perhaps I need to add a yolov8engine.py file.
Just trying to understand the codebase and would appreciate if you could tell me where specifically I need to make changes for SAHI to work with a .engine. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions