Hi,
I want to do multi object tracking on real time device. So I want a fast tracker. I tried to do tacking with optical flow (PyrLKOpticalFlow). It works very fast and fine on a video with cars. But I move on to a video with peoples (TownCentre) and the tracker failed on people with black coat.
I select a point at the center of the object and then I track this point to know the position of the object over frames.
I tried to generate points with cv2.goodFeaturesToTrack but no points on the guys with black coat... I join a screen shot of the object I want to track.
I have the same issue with KCF tracker, KCF failed to track this guys ...
Is there a solution to my problem ?