Trying to detect if a cartoon character is looking at the watcher
조회 수: 15 (최근 30일)
이전 댓글 표시
Hi!
I'm trying to code a video of 'Dora the Explorer' for how much it ineracts with a child, like in the scenes where they look at the camera and ask the child to find something on the screen. My question is, is there a way to ask matlab to detect when dora is looking at the screen, how long she is looking for and how many times in the video?
Thanks!
댓글 수: 0
답변 (1개)
Image Analyst
2025년 10월 7일 13:48
There is no built-in higher level functionality like that. Probably the best bet is to train a deep learning model, however that will mean you have to classify hundreds of frames (into looking or not looking) in order to train the model before you can apply it to an "unknown" video. Search the web site on transfer learning.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Data Workflows에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!