Outdated docs on non_max_suppression? #2160
jfahrenkrug
started this conversation in
Docs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
On https://supervision.roboflow.com/detection/utils/#supervision.detection.utils.non_max_suppression it talks about a function called
non_max_suppression. That function does not exist. Instead there are two NMS functions:box_non_max_suppressionandmask_non_max_suppression(see https://github.com/roboflow/supervision/blob/develop/src/supervision/detection/utils/iou_and_nms.py). I guess the docs need to be updated to reflect that?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions