Hi all, I'm currently working on a project which is basically counting people entering and outgoing people to the room, I used the gen2-deepsort-tracking project and it didn't work as expected problems are low FPS and laggy stream.
So today I used the gen2-people-tracker project which is similar to what I'm trying to make but simpler, so I want to customize it, what I need is I need to find where I can get information on detected objects(people in this case) to draw around them and I need to enter coordinates from Django rest framework so I need to identify where coordinates are located in this project.
If anyone worked on this project or knows about it please help me
don't hesitate to contact me thanks in advance
email: dombit1999@gmail.com
Fakhrullo
Another problem popped out I managed to get detected objects' coordinates and draw on them, but it's so laggy and inaccurate and when an object leaves the frame drawing is still there. Is there any solutions?