Hi guys, I'm working on this GitHub project https://github.com/luxonis/depthai-experiments/tree/master/gen2-cumulative-object-counting and wonder How can I add the detection area by hand.
By default it gets the entire frame as a detection area and detects objects within that frame, I want to make some changes and it should get a small detection area in which the user inserts coordinates by hand like in this image below:
This is completely another project and I should implement similar logic to this GitHub project.
As you can see in the image above it's only detecting people within the drawn rectangle, How can I do this in that project?
Thank you for your answer