CTU-IIG / kcf

Kernelized Correlation Filter tracker
13 stars 6 forks source link

Racy access to xf_sqr_norm #6

Closed wentasah closed 6 years ago

wentasah commented 6 years ago

This variable is overwritten from multiple threads without any protection. Each thread should have separate copy of this variable. As we discussed about cuda streams, introduce a per-thread structure holding all data which are private to a single thread.