Skip to content

GPU usage discussion #12642

Answered by glenn-jocher
Chotipon asked this question in Q&A
Discussion options

You must be logged in to vote

Reducing GPU usage to about 10% while handling inputs from 10 camera sources can be challenging due to the computational demands of detection tasks, especially with a powerful model like yolov8n.pt. Here are some suggestions you might consider:

  1. Reduce Model Size: If you're not already, use a smaller model variant like YOLOv8n-lite which could reduce GPU load.
  2. Lower the Frame Rate: Process fewer frames per second from each camera if real-time processing isn’t essential.
  3. Decrease Image Resolution: Lower the imgsz during detection which reduces the amount of computation required.
  4. Batch Processing: Combine frames from several cameras into batches to optimize GPU usage during inference.

Here…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Chotipon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants