Trying to understand the FPS limit using Yolo v8 nano to do counting/tracking of objects.
I'm running a script that basically counts objects once they cross a line.
I'm using (custom - 1 class) YOLOv8 nano. I'm only able to get about 12-13 FPS, and I want to know how much I can aim to improve it.
Technical:
I'm using a
- 640x640 image size
- 1080p resolution
- Camera OAK-d-cm4 POE (https://shop.luxonis.com/collections/oak-cameras-1/products/oak-d-cm4-poe)
In addition, the Python script runs several other things (including writing to a file once in a while, etc.)
I would appreciate any suggestions on how to improve it or what I can expect as the FPS limit.