Closed jmaxwell-21 closed 2 months ago
Hi, Did you try codegen workflow? You may refer to Code Generation for Object Detection Using YOLO v4 Deep Learning example for more details.
I ran the code in the command window instead of a script, and that made it work better!
I'm trying to run the YOLOv8 Prediction model on a live webcam feed. I know it only works on images, so I am running it in a loop where I input snapshots from the webcam. My code can be seen below. The problem is, when I run this code, the detection is incredibly slow - there is a near 10 second delay. If anyone could help, it would be greatly appreciated.