RetinaFaceis a practical single-stage SOTA (State Of The Art) face detector initially introduced in the arXiv technical report and then accepted by CVPR 2020. It is a part of the InsightFace project from DeepInsight, which is also credited with many more top Face-Recognition techniques like Arc...
The mouth detection based on Viola-Jones face detection algorithm shows several mis-detection also. What can I do for accurate mouth detection? The code is as follows; MouthDetect = vision.CascadeObjectDetector('Mouth','MergeThreshold',16); ...