oylz / DS

cpp deep_sort: C++ implementation of Simple Online Realtime Tracking with a Deep Association Metric
https://github.com/nwojke/deep_sort
GNU General Public License v3.0
250 stars 78 forks source link

fix memory corruption in fhog #15

Open chinuno-usami opened 4 years ago

chinuno-usami commented 4 years ago

__mm_storeu_ps will write 128 bits to address of pointer. It would cause memory corruption if memory allocated here is not large enough. It may fixes #10