Face Detection bad accuracy
显示 更早的评论
I am trying to make a face detection app. I have followed the example of vision.CascadeObjectDetector as done in the example (<http://www.mathworks.com/help/vision/examples/face-detection-and-tracking-using-camshift.html)>. Unfortunatelly the accuracy is not good enough it detects some background or objrcts as faces. How can I improve it ?
采纳的回答
更多回答(1 个)
Justin Pinkney
2020-1-31
0 个投票
You can try this deep learning based face detector: https://github.com/matlab-deep-learning/mtcnn-face-detection
It has much better performance than the built in vision.CascadeObjectDetector
类别
在 帮助中心 和 File Exchange 中查找有关 Object Detection 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!