Face Detection bad accuracy
Mostra commenti meno recenti
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 ?
Risposta accettata
Più risposte (1)
Justin Pinkney
il 31 Gen 2020
0 voti
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
1 Commento
L H
il 21 Dic 2021
How to use it?
Categorie
Scopri di più su Object Detection in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!