Skip to content

Python port of Zana Zakaryaie's FAST-KLT tracker originally written in C++.

License

Notifications You must be signed in to change notification settings

gone-still/fastKLT-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastKLT-tracker

Python port of Zana Zakaryaie's FAST-KLT tracker originally written in C++. I'm still working on the implementation. This is the tracker's current output:

trackerOut.mp4

The algorithm first uses a caffe deep model for the initial face detection. It then extracts FAST keypoints from this ROI and tracks them using KLT. The new keypoints are used to calculate a new bounding rectangle on the new frame. The result is one initial detection and a fast, smooth (and somewhat robust to occlusion) tracking for new frames. Full details here.

About

Python port of Zana Zakaryaie's FAST-KLT tracker originally written in C++.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages