Is YoloV8 + SAHI capable of real-time? #923
Unanswered
whittenator
asked this question in
Q&A
Replies: 1 comment
-
How do you use SAHI with converted tensorrt or onnx file? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is SAHI + YoloV8 capable of real-time? Using just YoloV8 pytorch I am able to run inference at 50ms per frame(Could be much faster if I converted to TensorRT or ONNX). Running the code below I am seeing 358ms per frame with SAHI:
The video is only 30 seconds long, yet it's taking well over 10 minutes to process through with an Nvidia T4 GPU. If I run YoloV8 alone I am getting 50ms per frame, which is much closer to real-time. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions