Replies: 1 comment
-
@raj-kapil it sounds like you're experiencing a bottleneck that's causing high CPU usage during video inference with YOLOv8. This can happen for various reasons, such as I/O operations, data preprocessing, or other non-GPU accelerated tasks. To address this, consider the following suggestions:
If after these checks and optimizations you still face issues, please provide more details about your system configuration, the size of the videos, and the preprocessing steps you are using. This will help in diagnosing the problem more effectively. For further guidance on optimizing performance, you can refer to the Benchmark section in our documentation. |
Beta Was this translation helpful? Give feedback.
-
I am running my model inference over some video simultaneously, so my CPU usage goes close to 95-100% while GPU utilization is close to ~40% only. The below code is in a multi-processing function -
What should I do in order to utilize the GPU more? Please let me know if more info is required in answering the question, I will gladly edit and include more info.
Beta Was this translation helpful? Give feedback.
All reactions