Hello,
Context : I have a camera that checks planks that are passing by. As they are passing by, I want them to have a unique ID. Why? Because if the planks stop passing by and there is two of them, YoloDetectionNetwork will keep going back and forth those two planks. Overall, I want objects to be detected once, then ignored. It is somewhat difficult, because all the planks look the same.
I've been trying to use the many tracker types that ObjectTracker offers, to no avail.
Is there a solution to this problem?
Thanks and have a nice day!