Hi community,
I am working on depthai-experiments/gen2-cumulative-object-counting at master · luxonis/depthai-experiments · GitHub with my custom model. the detection and counting are perfectly working when the input image is selected from the camera. The problem occurs when I want to use a video from host, the detection does not work anymore and I am getting random objects.
I read the following discussion where you solved the problem using a passthrough frame: Detection problem with Mobile Net on video from host - Luxonis Forum.
I tried to apply the same concept but it is not working since we are already using the passthrough to the object tracker in the case of cumulative object counting. How can I solve this issue and make the detection works well from the host video ?
Thank you very much