문제

Is it possible to do object recognition of a movie file (mp4, mov,...)?

For example, stream a movie and look for objects or people and determine who the person is or what products are in the movie?

Would the process boil down to taking many snapshots of the image buffer and processing them as normal images?

I am totally new to this, sorry if this question may makes no sense at all.

도움이 되었습니까?

해결책

I found this project which does exactly what I was looking for.

https://sites.google.com/site/igormarinescu/home/projects/objectsrec

It's done in realtime, so I will review the code.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top