Amazing-Python-Scripts/Body Detection at master · edxmurph/Amazing-Python-Scripts · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

Body Detection

Detect your Body with this

Modules Used

-opencv

How it works

  • First you have to enter the correct path where your video is located.
  • Then it will convert your video frame by frame into grayscale
  • Then it will detect your Body using the fullbody cascade xml file
  • Then you could see green rectangle boxes appearing which is detecting your body