Mouse face detection in video
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
KALYAN ACHARJYA
2020 年 12 月 17 日
Note: Most codes for human face detection, not mouse face detection?
採用された回答
Image Analyst
2020 年 12 月 17 日
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 件のコメント
Image Analyst
2020 年 12 月 19 日
Probably, depending on how visible and distinctive they are, both in your training set and test images.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Recognition, Object Detection, and Semantic Segmentation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!