ankitVP77 / YOLOv3-KCF-Fast-Object-TrackerLinks
A 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
☆42Updated 2 years ago
Alternatives and similar repositories for YOLOv3-KCF-Fast-Object-Tracker
Users that are interested in YOLOv3-KCF-Fast-Object-Tracker are comparing it to the libraries listed below
Sorting:
- Target detection in the first frame and Tracking target by SiamRPN.☆45Updated 6 years ago
- I use YOLO-tiny and KF for an UAV to track and follow an object.☆136Updated 2 years ago
- A system use yolov3/KCF&DSST/KF to detect,tracking and estimate the target location☆51Updated last year
- 基于无人机吊舱单目相机的目标定位算法与C++代码实现