All Projects → uoip → KCFnb

uoip / KCFnb

Licence: MIT license
Python implementation of KCF tracking algorithm with Ahead-of-Time Numba

Programming Languages

python
139335 projects - #7 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].