You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just going through your code and found out that you are not using conjugate of filter model to calculate the response. In DSST paper, correlation filter response (equation 6) was calculated using filter conjugate and image patch product. Can you please check the code and let me know if I missed anything?
Hi,
Thanks a lot posting for the tracker code.
I was just going through your code and found out that you are not using conjugate of filter model to calculate the response. In DSST paper, correlation filter response (equation 6) was calculated using filter conjugate and image patch product. Can you please check the code and let me know if I missed anything?
wrapper.m
122. response = real(ifft2(sum(hf_num .* xtf, 3) ./ (hf_den + lambda) ));
The text was updated successfully, but these errors were encountered: