-
What an interesting project this is! Before I dive into it I would like to know if someone can tell me if the following should be possible with this project: As example the video is aimed at an intersection. Cars, busses, trucks etc. drive there, but some go straight, some take a turn. Does anyone know if this should be possible? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
hello @PuckStar looks like you are looking to do a Turning movement count. To answer your question. Yes is totally doable . I've have implement this in my project using supervision tools. The first challenge is the current implementation of the lineZone Counter . the devs are working on a solution for this but there is currently a "bug" that objects are being counted outside the linezone limits. Here is a high level overview of how I've implement this :
I went even deeper on this and created a visualization tool to display the trajectories for each object and turns. Unfortunately i cannot share the entire code because is part of a closed project but hope this gives you some light how to implement it |
Beta Was this translation helpful? Give feedback.
-
@maddust thanks a lot for your message. I'm not so tech savvy so not sure how to even start to get this working but perhaps the tutorial of @SkalskiP might help. If I can't manage myself I'm even willing to pay someone to help me out. |
Beta Was this translation helpful? Give feedback.
hello @PuckStar looks like you are looking to do a Turning movement count.
To answer your question. Yes is totally doable . I've have implement this in my project using supervision tools.
here some guides to achieve it:
The first challenge is the current implementation of the lineZone Counter . the devs are working on a solution for this but there is currently a "bug" that objects are being counted outside the linezone limits.
Here is a high level overview of how I've implement this :