uoip / KCFpy

Python implementation of KCF tracking algorithm
MIT License
398 stars 124 forks source link

A bug about @jit decorator in numba. #6

Open feymanpriv opened 6 years ago

feymanpriv commented 6 years ago

Hello, I met a problem when running the code as follows:TypeError: _jit_decorator() takes exactly 1 argument (7 given). But I have checked the fhog.py and find the func1 does provide 7 arguments. Does anybody have some idea and help me?

StormArcher commented 5 years ago

你解决这个问题了码