March 2019
Intermediate to advanced
538 pages
13h 38m
English
The following technologies and installations are required to build the code in this chapter:
Build instructions for the preceding components listed, as well as the code to implement the concepts presented in this chapter, will be provided in the accompanying code repository.
To run the facemark detector, a pre-trained model is required. Although training the detector model is certainly possible with the APIs provided in OpenCV, some pre-trained models are offered for download. One such model can be obtained from https://raw.githubusercontent.com/kurnianggoro/GSOC2017/master/data/lbfmodel.yaml, supplied by the contributor of the algorithm implementation ...