martin-danelljan / ECO

Matlab implementation of the ECO tracker.
GNU General Public License v3.0
613 stars 248 forks source link

C++ implementation of ECO #40

Closed rockkingjy closed 5 years ago

rockkingjy commented 6 years ago

Your work is really great, and I am implementing your ECO using C++, try to speed up as much as possible, but still have a question of why you arrange your feature matrix like that in non-GPU version with lots of rearrangements of the order, is that for speed? GPU version matrix is quite clear.

martin-danelljan commented 6 years ago

Hi! Thank you very much. Yours too, nice work! Sorry for the late response. But yes, most of the permutations are done considering speed. But I am not sure that they are the most optimal ones. It depends on how your data is arranged of course.