Skip to content
/ KCFnb Public

Python implementation of KCF tracking algorithm with Ahead-of-Time Numba

License

Notifications You must be signed in to change notification settings

uoip/KCFnb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KCFnb

Solve the 'delay' problem of KCFpy by using the Ahead-of-Time compilation (AOT) facility of Numba.

Requirements

See KCFpy

Use

git clone https://github.com/uoip/KCFnb.git
cd KCFnb
python fhog_utils.py

then

python run.py

Referances:

1.There is a delay when JIT-compiling a complicated function, how can I improve it? http://numba.pydata.org/numba-doc/dev/user/faq.html#there-is-a-delay-when-jit-compiling-a-complicated-function-how-can-i-improve-it
2.Compiling code ahead of time http://numba.pydata.org/numba-doc/dev/user/pycc.html

About

Python implementation of KCF tracking algorithm with Ahead-of-Time Numba

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages