uoip

Results 4 comments of uoip

Thanks for your feedback, this problem is due to lack of option ' -fPIC' when compiling, I add a line `set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")` in CMakeLists.txt now, it should solve this...

Sorry for my late reply. Did you change the parameters in line 59 in 'run.py', if you didn't, it may explain your question: `tracker = kcftracker.KCFTracker(False, True, False) # hog,...

Hello, thanks for your comments. These days I'm busy with my own work(some NLP tasks), so don't have much time to review the code, for now, if you just want...

I test the code under Windows10 (with anaconda), and encounter similar problam. It's may due to incompatibility between Numba and Windows (because it works fine on Ubuntu), I don't know...