Mouse face detection in video
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Deepthi Thomas
il 17 Dic 2020
Commentato: Image Analyst
il 19 Dic 2020
Can someone help me to figure out how to detect mouse face in a video across frames? Or even in a single image?
I used the cascade detecter object using the Viola Jones algorithm and used the code already available in Matlab documentation from the link. But it's not working for mouse faces in videos nor images.
1 Commento
Risposta accettata
Image Analyst
il 17 Dic 2020
You'd probably have to use deep learning for that. Use transfer learning CNN. There should be a demo for that in the Deep Learning Toolbox.
2 Commenti
Image Analyst
il 19 Dic 2020
Probably, depending on how visible and distinctive they are, both in your training set and test images.
Più risposte (0)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!