Skip to content

Commit

Permalink
dev(narugo): fix a problem in docstring, test skip
Browse files Browse the repository at this point in the history
  • Loading branch information
narugo1992 committed Sep 11, 2024
1 parent 07f8567 commit 3fca6cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imgutils/detect/nudenet.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3fca6cf

Please sign in to comment.