Further small improvements.

This commit is contained in:
Daniel
2024-12-06 18:15:08 +01:00
parent ee8b9bafb3
commit 23108dd594
4 changed files with 179 additions and 170 deletions

View File

@ -12,7 +12,7 @@ codebase_config = dict(
post_processing=dict(
score_threshold=0.0,
confidence_threshold=0.0,
iou_threshold=0.3,
iou_threshold=0.5,
max_output_boxes_per_class=10,
),
)