YoloReader

class YoloReader(model: object | str, persist: bool = True, **track_settings)[source]

Bases: CvReader

Read detected objects from UI screenshots with YOLO tracking.

read(ui: BaseUi) CvAllData[source]

Read object detections from the provided UI screenshot.

Parameters:

ui (BaseUi) – UI instance used as the screenshot source.

Returns:

Detected boxes with their local UI wrappers.

Return type:

CvAllData