IN/OUT counting multiple times #1622
Unanswered
CodeWithEhtisham
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi @CodeWithEhtisham 👋 I expect to have the solution in the next few days via #1540 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am implementing functionality to track people entering and exiting a space. However, I am encountering an issue when a user stops at the door. The center point of the bounding box interacts with the line multiple times, causing the count to increase repeatedly. How can I resolve this? I want each person to be counted only once for entering or exiting.
Beta Was this translation helpful? Give feedback.
All reactions