Mouse face detection in video

1 Ansicht (letzte 30 Tage)
Deepthi Thomas
Deepthi Thomas am 17 Dez. 2020
Kommentiert: Image Analyst am 19 Dez. 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 Kommentar
KALYAN ACHARJYA
KALYAN ACHARJYA am 17 Dez. 2020
Note: Most codes for human face detection, not mouse face detection?

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Image Analyst
Image Analyst am 17 Dez. 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 Kommentare
Deepthi Thomas
Deepthi Thomas am 19 Dez. 2020
will that help for detecting the mouse paws as well?
Image Analyst
Image Analyst am 19 Dez. 2020
Probably, depending on how visible and distinctive they are, both in your training set and test images.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Recognition, Object Detection, and Semantic Segmentation finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by