This commit is contained in:
2026-03-23 16:55:13 -03:00
parent 4fdbdfc6d3
commit 3df9ed5ada
17 changed files with 848 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ class SoccerBroadcastProfile:
return DetectionConfig(
model_name="yolov8n.pt",
confidence_threshold=0.3,
target_classes=["logo", "text", "banner", "scoreboard"],
target_classes=[], # empty = accept all COCO classes (until custom model)
)
def ocr_config(self) -> OCRConfig: