Skip to content

Commit

Permalink
Add comment about IoU threshold not affecting YOLOv10 models
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenAnpu authored Dec 27, 2024
1 parent 0c7583c commit 157210b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion serve/custom_settings.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# bounding box confidence threshold
conf: 0.25
# intersection over union (IoU) threshold for NMS
# (no effect for YOLOv10 models)
iou: 0.7
# use half precision (FP16)
half: False
Expand All @@ -9,4 +10,4 @@ max_det: 300
# whether to use class-agnostic NMS or not
agnostic_nms: False
# point confidence threshold (for pose estimation)
point_threshold: 0.1
point_threshold: 0.1

0 comments on commit 157210b

Please sign in to comment.