Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The error "Not enough values to unpack" in Yolo when counting objects in a frame means that there are not enough bounding box coordinates being returned by the object detection algorithm for the code to unpack and use in the counting process. This could be due to a problem with the object detection model, such as it not being trained on the particular type of object or not detecting any objects in the frame.