CTU-IIG / kcf

Kernelized Correlation Filter tracker
13 stars 6 forks source link

Tracker fails, when performing extraction of HOG features during training #28

Closed Shanigen closed 6 years ago

Shanigen commented 6 years ago

The tracker after finding the maximum response fails during the training of the filter. The problem is during the extraction of HOG features in gradMag in FHoG::extract. During my testing I found out that the exact place, where the problem is, is here.

wentasah commented 6 years ago

I think I've already fixed this in commit bf9febfb912a43640accbc1349464208c0da6c74. Can you test it?

Shanigen commented 6 years ago

I ran the testing on your last commit, which is the one you mentioned.