Closed cpfe532 closed 7 years ago
Maybe there's an issue with sharing the cv::Mat
amongst threads - you could try using a separate one for each thread and then concatenate them at the end? Otherwise I would analyse what exactly is wrong in the result.
Closing this as it's an issue with your code and not this library.
I am referring to this issue about speed up the process https://github.com/patrikhuber/superviseddescent/issues/31
One point is about Hog feature extraction can be parallel. I make a simple time measurement of that function, which took about 60ms for 4 regressions. I am thinking to improve it using GCD on iOS
I only parallelise the outer loop as I think it is thread safe within its loop. However, the result is wrong and I don't know where the problem is. May I have any advise?