kimyd
Results
1
comments of
kimyd
I have similar issue, event for the "puppies" image as follows. Ensure the model is running on the CPU, not the GPU. `model.cpu()` or `model = YOLO(f'yolov8n.pt').to('cpu')` then it works...