Relative Content

Tag Archive for pythonyolo

How to shut YOLOv8 prediction/detection window via Python?

When you try to close the window manually, opened through Python (I am using Visual Studio), the window closes for a split second before reopening. CLI allows the window to be closed manually but I would like to avoid using that so I can more extensively use YOLO later.

YOLO – training the model one epoch at a time

I am trying to make an app that trains a YOLO model, and after every epoch saves the statistics somewhere (to be sent to another part of the app), and then continue training the model in the next epoch.

How to train YOLO to detect only one Class object?

I want to train the YOLO algorithm to detect a custom text script (Amazigh) in images.
My pb is when i try to test my trained model. the model detect other classes in the test images like persons, clocks, … But does not detect my custom text script.