FaceAR / OpenFaceIOS

OpenFace is get from https://github.com/TadasBaltrusaitis/OpenFace, a state-of-the art open source tool intended for facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation. And I create an ios project. Delete Dlib,TBB,Boost. Only use OpenCV .
GNU General Public License v3.0
502 stars 135 forks source link

background execution #6

Closed multybuq closed 6 years ago

multybuq commented 8 years ago

Method "LandmarkDetector::DetectLandmarksInVideo(grayscale_image, depth_image, clnf_model, det_parameters); " freezes main queue for 0.1-0.15 seconds, depends on device. Is there a possibility to call this method in global_queue with high or default priority? the app just crashes, if I call it in global queue