-
Search before asking
QuestionIs it possible to access the tracker id of objects that crossed the line zone or the id of objects that are inside the polygon zone? AdditionalNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @abichoi,
This will give you the detections in that zone at that frame. If you want to keep track of all of the detections that cross a line or enter a zone, you can just make a |
Beta Was this translation helpful? Give feedback.
-
Thanks for the help, @rolson24 🙏🏻 @abichoi. I'm converting this issue into a discussion if you have more questions. |
Beta Was this translation helpful? Give feedback.
Hi @abichoi,
Yes you can access the tracker id of the objects that crossed the line zone like this:
This will give you the detections in that zone at that frame. If you want to keep track of all of the detections that cross a line or enter a zone, you can just make a
set
with all of the tracker ids that gets added to every frame.