Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question related to Correlation filter response calculation #1

Open
sparupat opened this issue Nov 2, 2015 · 1 comment
Open

Question related to Correlation filter response calculation #1

sparupat opened this issue Nov 2, 2015 · 1 comment

Comments

@sparupat
Copy link

sparupat commented Nov 2, 2015

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) ));

@gnebehay
Copy link
Owner

gnebehay commented Nov 9, 2015

Since I just uploaded the DSST code and was not taking part in its development, I suggest to target any questions directly to the original author.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants