Commit 3fca6cf6 authored by narugo1992's avatar narugo1992
Browse files

dev(narugo): fix a problem in docstring, test skip

parent 07f8567f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -228,6 +228,7 @@ def detect_with_nudenet(image: ImageTyping, topk: int = 100,
    :param iou_threshold: The IoU threshold for NMS (default: 0.45).
    :param score_threshold: The score threshold for detections (default: 0.25).
    :return: A list of tuples, each containing:

             - A bounding box as (x1, y1, x2, y2)
             - A label string
             - A confidence score