phase 6
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user