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
채택된 답변
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!