This commit is contained in:
2026-03-23 19:10:55 -03:00
parent 3df9ed5ada
commit 95246c5452
23 changed files with 1361 additions and 107 deletions

View File

@@ -22,7 +22,7 @@ def test_soccer_frame_extraction_config():
def test_soccer_detection_config():
cfg = SoccerBroadcastProfile().detection_config()
assert 0 < cfg.confidence_threshold < 1
assert len(cfg.target_classes) > 0
assert isinstance(cfg.target_classes, list)
def test_soccer_brand_dictionary_non_empty():