App Source is mostly the sample code for face detection in OpenCV : http://pastebin.com/SFersac9
Valgrind output showing TBB issues : http://pastebin.com/a4Nfy4MR
Error message : OpenCV Error: Assertion failed (stateThread==STATE_THREAD_WORKING_SLEEPING) in workcycleObjectDetector, file /home/ubuntu/opencv/modules/objdetect/src/detection_based_tracker.cpp, line 349
workcycleObjectDetectorFunction: ERROR: OpenCV Exception caught:
'/home/ubuntu/opencv/modules/objdetect/src/detection_based_tracker.cpp:349: error: (-215) stateThread==STATE_THREAD_WORKING_SLEEPING in function workcycleObjectDetector
'
In general I have seen some code using CUDA and TBB will throw error about thread issues randomly and will work some other times.
↧