SkillAgentSearch skills...

KCFnb

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

Install / Use

/learn @uoip/KCFnb
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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<br> 2.Compiling code ahead of time http://numba.pydata.org/numba-doc/dev/user/pycc.html

View on GitHub
GitHub Stars38
CategoryDevelopment
Updated1y ago
Forks15

Languages

Python

Security Score

75/100

Audited on Mar 15, 2025

No findings