CascadeClassifier training gets stuck when using LBP feature on Mac OS X (Bug #3736)
Description
When I run train cascade with feature type LBP on Mac OS X 10.9 using openCV compiled with clang 5.1 (it does the same for clang 6.0 too),
It gets stuck on stage 0 just after it prints out number of positives and negatives. All cores (There is multithreading code I guess) seems to be running but there is no progress. It does NOT have same behaviour for HAAR or HOG features.
I am not sure, it can be a clang problem too.
I tried on late 2013 Macbook Air with Mac OS X Mavericks. I compiled OpenCV from source
Associated revisions
Merge pull request #3736 from nisargthakkar:Bug3634_master
History
Updated by Alexander Karsakov over 10 years ago
Hi Zafer,
thanks for reporting the issue!
Could you please provide code for reproducing?
- Category set to objdetect
- Status changed from New to Open
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4765