Open ahsan856jalal opened 6 years ago
@AlexeyAB would like to know too
@ahsan856jalal @ralek67 I don't remember it ) It was a years ago. If we chose from approaches that are implemented and built-in OpenCV (except OpenCV-contrib):
Then the most accurate and the fastest Multi-object tracker is sparse Optical Flow (PyrLK on GPU)
There are another 5 different visual object tracking techniques in the OpenCV-contrib: https://github.com/opencv/opencv_contrib/tree/master/modules/tracking
If you know more better Multi-object tracker that already implemented and won in some competitions then let me know.
How is deepsort tracker performing in comparison to PyrLK ? Does anyone have experience here ? I'm using deepsort and it's performance is quite nice...
@alexanderfrey Hi, Do you use GPU implementation of Deep Sort? What repository do you use?
I think most of modern tracking techniques have better accuracy than PyrLK, but PyrLK is faster due to simple algorithm and implementation on GPU.
@AlexeyAB Can you please refer me the paper you followed for Optical flow