BodyTrackingCV2
tracker_types = ['BOOSTING', 'MIL','KCF', 'TLD', 'MOSSE', 'CSRT']
There are 6 main easy to use tracking algorihtms in cv2 of:
# [0] : Boosting
# [1] : Multiple Instance Learning (MIL)
# [2] : Kernelized Correlation Filter (KCF)
# [3] : Tracking, Learning and Detection (TLD)
# [4] : Minimum Output Sum of Squared Error (MOSSE)
# [5] : hannel and Spatial Reliability of discriminative correlation filter Tracker (CSRT)
Help : you have to drag a rectangle by mouse and press enter.