Open manhtb310 opened 3 years ago
Please, make your extension and testing data public. Then describe, what is the purpose of the extension. Without that, it's difficult for me to help you.
Hi @wentasah ,I am trying to implement SCT Tracking [1] using cufft on Jetson TX2i. I just created a github repository and pushed extension code on it: https://github.com/manhtb310/kcf_extention.git Testing data is Freeman1 folder, which also included on the github repository. Many thanks for your help.
Hi, I recently implemented a extension of KCF tracking algorithm on Jetson TX2i based on your code. At kcf.h file in src folder, I added 2 pointer arrays are: std::unique_ptrfilterPool[4] and std::unique_ptr multiFilters[(int)4] . At kcf.cpp file, I also modified train function to use filterPool[4] array, the code like below: When i = 3 in train function, the memory of filterPool[4] is overwrite
Can anyone help me with this issue, Thanks.