Relative Content

Tag Archive for numpyobject-detectionyoloyolov8ultralytics

How to decode the output of Yolov8 detection predictions?

I have a Yolov8-n detection model that simply detects two classes with bounding boxes and confidences: cat and dog. When I visualize the model with Netron, the last array shows as 1x6x10710 as shown below. The raw prediction numpy array from the model is saved as a .bin file that I read: