Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

opencv_traincascade (neg)image reader parallelization

Hello, using traincascade, one soon realizes that the most time consuming part is getting (later stages) negative samples. Though, the question is: can be getting negative samples parellelized? Maybe on some basic level. What issues can arise from simply dividing negative samples to N groups (N cores I wanna use) and use TBB? (I know this is not very nice solution, but it can help a lot) I think, that exact number of negative samples is not that important, if this is considered an issue (it really doesn't matter, if we have 9582 or 10239 samples instead of 10000).

Thanks, Igor