59 skills found · Page 1 of 2
joaofaro / KCFcppC++ Implementation of KCF Tracker
uoip / KCFpyPython implementation of KCF tracking algorithm
TianyeAlex / Tracker Kcf Ros基于ros下应用深度相机的kcf追踪算法实现
inayatkh / Tracking Python3In this repository I will give some implementation of single and multiple object tracking algorithms. These include meanShift, CamShift, Boosting, MIL, KCF, TLD , GoTurn, and MedianFlow. Additionally I will show you how to grab frames at a very high FPS from camera and videos.
ryanfwy / KCF DSST PyPython implementation of DSST tracking algorithm based on KCF tracker.
Superlee506 / Correlation Filtering Tracking LibCorrelation filter based tracking algorithms(KCF, DSST, STAPLE) implemented by C++. [C++实现的与相关滤波相关的跟踪算法(KCF, DSST, Staple)]
tominute / MKCFupMKCF: Ming Tang, Bin Yu, Fan Zhang, Jinqiao Wang. "High-speed Tracking with Multi-kernel Correlation Filters." CVPR (2018).
uzkent / EnKCF TrackerC++ implementation of EnKCF Tracker - [WACV18]
OAID / ObjectTrackerThis object Tracker algorithm is a TLD(Long-term tracker) tracker base on KCF or DSST.
LCorleone / KCF Py3KCF tracker by py3
HigashikataZhangsuke / Tracking By DetectionA system use yolov3/KCF&DSST/KF to detect,tracking and estimate the target location
ankitVP77 / YOLOv3 KCF Fast Object TrackerA fast object tracking pipeline that uses a combination of YOLO's accurate detection and KCF's fast tracking to track a particular object from the Coco dataset
uoip / KCFnbPython implementation of KCF tracking algorithm with Ahead-of-Time Numba
thongdk8 / Realtime FacereccppReal time face recognition with tracking (mtcnn detection, kcf tracker, arcface loss)
huangfcn / Multiple Object Trackingcombine state of art deep neural network based detectors with most efficient trackers to solve motion based multiple objects tracking problems
sunzuolei / Kcf Tld Tracking RosVisual target tracking with KCF and TLD
Tshzzz / OpenTLD KCFOpenTLD with KCF tracker
abdullahsumbal / SSD TrackerCounting people, dog and bicycle using SSD detection and tracking.
wrld / Tracking On Rosuse KCF/GOTURN/TLD with YOLOv3 to multiple track
bigdayangyu / Cv TrackingImplementation, Comparison of KCF(Kernelized Correlation Filter) and DL methods for single object tracking