-
i found that in LineZone detection, you try to trigger with all the detections allready track by ByteTrack, but it failed when work with multible LineZone base on the logic that check all the tracker one and count them at the end of for loop. |
Beta Was this translation helpful? Give feedback.
Answered by
maddust
May 20, 2023
Replies: 1 comment 5 replies
-
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @sceddd there is an issue open that is related to this bug see issue #87 . I have solved the issue by modifying the logic a bit to check if the anchor is within the line segment. I Will update the one I shared in issue #87 since I had to add a "grace period" to the code to avoid double counting when a bounding box jumps.