Replies: 1 comment
-
Hi @AT9991 👋🏻! Sorry for the late response. I was a bit busy. Yup, you can filter detections by confidence. Try this: detections = detections[detections.confidence > 0.7] You can read more about advanced detection filtering here. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi, I am playing with the Candy counting notebook. I wonder if it is possible to detect, track, and count only those candies whose confidence score is say > 0.7. Is it possible to do so?
Beta Was this translation helpful? Give feedback.
All reactions