I’m using the YOLOv8 command-line interface (CLI) to run object detection on an image, but I’m getting unexpected results. The model seems to be detecting a bunch of random objects that aren’t present in the image.
Here’s the command I’m using:
yolo predict model=yolov8n.pt source='https://ultralytics.com/images/bus.jpg'
When I run this, it produces a result similar to the one shown in the image below: