EP5. Person Detection in Video file | AI Computer Vision | Python | Rocket Systems

preview_player
Показать описание
In this video, we will study about how you can detect person in video file or live USB webcam feed. We have used OpenCV in Python and have used caffe model files in order to detect person. Caffe model we are using is a very generic model which can detect almost all object in frame and thus we have specifically mentioned Person to be our main object to be detected.

Watch this video till end to fully understand how you can detect person in video file or live USB webcam feed using OpenCV Python.

Рекомендации по теме
Комментарии
Автор

Just the tutorial i was looking for :) Thank you Rocket Systems

ChristeenTJose
Автор

I am getting error:
The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()

in the line for i in np.arange(0, person_detector[:2]

I tried using any() and all() but still this error pops up

ayushisrivastava
Автор

I need one help sir, I want to save the frame of the video when a human is detected in a separate folder, how could I do that ?

vivek
Автор

plz provide the test video file kink .?

mubasharsaqlain